UNPKG
c1-cms
Version:
latest (6.2.18)
6.2.18
6.2.17
6.2.16
6.2.15
Contains React components distributed with C1 CMS.
c1-cms
/
styles
/
default
/
toolbars
/
dialog.less
11 lines
(10 loc)
•
237 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
ui
|
dialogtoolbar
{
display
: block;
clear
: both;
white-space
: nowrap;
padding
:
12px
11px
14px
12px
;
margin-right
:
0
;
margin-left
:
0
;
background-color
:
@dialog-header-bg-color
;
border-top
:
1px
solid
@base-border-color
; }