design
This commit is contained in:
parent
e783f9f785
commit
8b255fb19f
|
@ -113,11 +113,13 @@
|
|||
line-height: 2em;
|
||||
width: 120px;
|
||||
font-weight: bold;
|
||||
user-select: text;
|
||||
div {
|
||||
display: inline-block;
|
||||
font-weight: normal;
|
||||
padding-left: 5px;
|
||||
width: 75px;
|
||||
user-select: text;
|
||||
}
|
||||
}
|
||||
.ui-border-bottom {
|
||||
|
@ -136,6 +138,12 @@
|
|||
left: 0;
|
||||
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 {
|
||||
// opacity: 0.1;
|
||||
|
|
Loading…
Reference in New Issue
Block a user