update DatePicker
update DatePicker
This commit is contained in:
parent
13be443453
commit
2533a192dd
4 changed files with 76 additions and 7 deletions
|
@ -172,5 +172,25 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
&-body-wrapper&-with-sidebar{
|
||||
padding-left: 92px;
|
||||
}
|
||||
&-sidebar{
|
||||
width: 92px;
|
||||
float: left;
|
||||
margin-left: -92px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
background: @border-color-split;
|
||||
border-radius: @border-radius-small 0 0 @border-radius-small;
|
||||
}
|
||||
&-shortcut{
|
||||
|
||||
}
|
||||
&-body{
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue