mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-05 03:33:23 +01:00
27 lines
459 B
Plaintext
27 lines
459 B
Plaintext
// RIGHT PANEL
|
|
#rightpanel {
|
|
position: absolute;
|
|
width: @right-panel-width;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
//padding-top: 2%; /* reserve space for status message */
|
|
}
|
|
|
|
|
|
/*
|
|
PROGRESSGUAGE AND THERMOMETER SHARED STYLES
|
|
*/
|
|
.progressbarAppear {
|
|
/*margin-right: 1.5% !important;*/
|
|
right: -.5% !important;
|
|
}
|
|
.thermometerAppear {
|
|
/*margin-right: 1.5% !important;*/
|
|
right: -6.5% !important;
|
|
}
|
|
|
|
@import "thermometer.less";
|
|
@import "progressbar.less";
|
|
|