design
This commit is contained in:
parent
e783f9f785
commit
8b255fb19f
|
@ -113,11 +113,13 @@
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
user-select: text;
|
||||||
div {
|
div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
width: 75px;
|
width: 75px;
|
||||||
|
user-select: text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ui-border-bottom {
|
.ui-border-bottom {
|
||||||
|
@ -136,6 +138,12 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 64em){
|
||||||
|
.ui-sidebar-left.ui-sidebar-lg, .ui-sidebar-left.ui-sidebar-md,
|
||||||
|
.ui-sidebar-right.ui-sidebar-lg, .ui-sidebar-right.ui-sidebar-md {
|
||||||
|
width: 40em !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// /deep/ .ui-blockui {
|
// /deep/ .ui-blockui {
|
||||||
// opacity: 0.1;
|
// opacity: 0.1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user