|
|
|
@ -41,6 +41,7 @@
|
|
|
|
|
.cp-app-prop-size-container {
|
|
|
|
|
height: 20px;
|
|
|
|
|
background-color: @cryptpad_color_brand;
|
|
|
|
|
border-radius: @variables_radius;
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
div {
|
|
|
|
@ -48,6 +49,8 @@
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background-color: @cryptpad_color_grey_500;
|
|
|
|
|
border-top-left-radius: @variables_radius;
|
|
|
|
|
border-bottom-left-radius: @variables_radius;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.cp-app-prop-size-legend {
|
|
|
|
@ -65,6 +68,7 @@
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
border-radius: @variables_radius;
|
|
|
|
|
}
|
|
|
|
|
.cp-app-prop-history-size-color {
|
|
|
|
|
background-color: @cryptpad_color_grey_500;
|
|
|
|
|