mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 00:41:31 +00:00
Initial Move from Azure DevOps to GitHub
This commit is contained in:
33
less/infobox.less
Normal file
33
less/infobox.less
Normal file
@@ -0,0 +1,33 @@
|
||||
@import "./Common/Constants";
|
||||
|
||||
.infoBoxContainer {
|
||||
padding: 24px 34px 0px 34px;
|
||||
|
||||
.infoBoxContent {
|
||||
background-color: @BaseLow;
|
||||
padding: @DefaultSpace;
|
||||
display: inline-flex;
|
||||
|
||||
.infoBoxDetails {
|
||||
padding-left: @MediumSpace;
|
||||
margin: auto 0px;
|
||||
|
||||
.infoBoxMessage {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
width: 320px;
|
||||
padding-top: 2px;
|
||||
color: @BaseHigh;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.infoBoxIcon {
|
||||
margin-top: 2px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin-left: @SmallSpace;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user