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
/
updatepanels.less
14 lines
•
293 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ui
|
updatepanel
,
ui
|
updatepanelbody
{
display
: block;
overflow
: hidden
!important
; }
ui
|
updatepanel
.flex
,
ui
|
updatepanel
.flex
ui
|
updatepanelbody
{
height
:
100%
;
overflow
: hidden
!important
; }
ui
|
updatepanel
.inline
,
ui
|
updatepanel
.inline
ui
|
updatepanelbody
{
display
: inline; }