2021-04-30 05:59:43 +02:00
|
|
|
/**
|
2019-01-20 23:57:38 +01:00
|
|
|
* Styling for the Re-Sleeving Page
|
|
|
|
*/
|
|
|
|
@import "theme";
|
|
|
|
|
2021-09-09 21:19:11 +02:00
|
|
|
#resleeve-container {
|
|
|
|
position: fixed;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resleeve-elem {
|
2021-09-05 01:09:30 +02:00
|
|
|
border: 1px solid white;
|
|
|
|
margin: 4px;
|
|
|
|
width: 75%;
|
2019-01-20 23:57:38 +01:00
|
|
|
|
2021-09-05 01:09:30 +02:00
|
|
|
p {
|
|
|
|
font-size: $defaultFontSize * 0.8125;
|
|
|
|
}
|
2019-01-20 23:57:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.resleeve-panel {
|
2021-09-05 01:09:30 +02:00
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
padding: 2px;
|
2019-01-20 23:57:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.resleeve-aug-selector {
|
2021-09-05 01:09:30 +02:00
|
|
|
font-size: $defaultFontSize * 0.8125;
|
2019-01-20 23:57:38 +01:00
|
|
|
|
2021-09-05 01:09:30 +02:00
|
|
|
option {
|
|
|
|
font-size: $defaultFontSize * 0.8125;
|
|
|
|
}
|
2019-01-20 23:57:38 +01:00
|
|
|
}
|