new less linter rules and compliance
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
white-space: normal;
|
||||
line-height: auto;
|
||||
}
|
||||
text-align:baseline;
|
||||
text-align: baseline;
|
||||
.cp-toolbar-userlist-viewer {
|
||||
font-style: italic;
|
||||
padding: 5px;
|
||||
@@ -310,7 +310,7 @@
|
||||
}
|
||||
|
||||
&.cp-toolbar-notitle {
|
||||
.cp-toolbar-top-filler {
|
||||
.cp-toolbar-top-filler {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
@@ -319,7 +319,7 @@
|
||||
@media screen and (max-width: @browser_media-medium-screen) {
|
||||
flex-wrap: wrap;
|
||||
height: auto;
|
||||
.cp-toolbar-top-filler {
|
||||
.cp-toolbar-top-filler {
|
||||
flex: 1;
|
||||
}
|
||||
.cp-toolbar-title {
|
||||
@@ -744,13 +744,13 @@
|
||||
.cp-toolbar-drawer-content {
|
||||
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
|
||||
position: absolute;
|
||||
right:0px;
|
||||
right: 0px;
|
||||
margin-top: @toolbar_line-height;
|
||||
min-width: 50px;
|
||||
background: @colortheme_dropdown-bg;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
z-index:10000; //Z cp-toolbar-drawer-content
|
||||
z-index: 10000; //Z cp-toolbar-drawer-content
|
||||
color: black;
|
||||
.fa {
|
||||
font-size: 17px;
|
||||
|
||||
Reference in New Issue
Block a user