lint compliance

This commit is contained in:
ansuz
2019-11-08 11:54:07 -05:00
parent 10db91e006
commit 86bc0bcae7
4 changed files with 4 additions and 5 deletions

View File

@@ -168,7 +168,7 @@
@cryptpad_color_blue: #4591C4;
@cryptpad_color_grey: #999999;
@cryptpad_color_light_grey: #e0e0e0;
@cryptpad_color_light_grey: #e0e0e0;
@cryptpad_header_col: #1E1F1F;
@cryptpad_text_col: #3F4141;
@cryptpad_color_light_blue: #00b7d8;

View File

@@ -48,9 +48,8 @@
color: @cryptpad_text_col;
margin-left: 5px;
z-index: 2; // .usageText
font-size: @colortheme_app-font-size-small;
font-size: @colortheme_app-font-size-small;
}
.cp-limit-buttons {
display: flex;
flex-wrap: wrap;

View File

@@ -17,7 +17,7 @@
}
}
.tippy-popper {
@arrow-color:@cryptpad_color_light_grey;
@arrow-color: @cryptpad_color_light_grey;
&[x-placement^='top'] .tippy-arrow {
border-top-color: @arrow-color;
}