mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-01 15:22:08 +00:00
* minro code edits * Added support for acknowledging code of conduct - Added CodeOfConduct component that shows links and a checkbox that must be acknwledged before seeing the public galley - Added verbose message for notebook publish error (when another notebook with the same name exists in the gallery) - Added a feature flag for enabling code of conduct acknowledgement * Added Info Component * minor edit * fixed failign tests * publish tab displayed only when code of conduct accepted * added code of conduct fetch during publish * fixed bug * added test and addressed PR comments * changed line endings * added comment * addressed PR comments
26 lines
375 B
Plaintext
26 lines
375 B
Plaintext
@import "../../../../../less/Common/Constants.less";
|
|
.infoPanel, .infoPanelMain {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.infoPanel {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.infoLabel, .infoLabelMain {
|
|
padding-left: 5px
|
|
}
|
|
|
|
.infoLabel {
|
|
font-weight: 400
|
|
}
|
|
|
|
.infoIconMain {
|
|
color: @AccentMedium
|
|
}
|
|
|
|
.infoIconMain:hover {
|
|
color: @BaseMedium
|
|
} |