mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
[FIX] CMS editor
This commit is contained in:
parent
2e5e33f066
commit
70c73cfa06
@ -145,11 +145,6 @@ body.cms {
|
||||
}
|
||||
}
|
||||
|
||||
.btn-outline-primary,
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.visually-hidden,
|
||||
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
||||
position: absolute !important;
|
||||
@ -166,3 +161,7 @@ body.cms {
|
||||
position: relative;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.sticky-buttons ~ table.table.grid-field__table {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
@ -58,8 +58,7 @@ img,
|
||||
}
|
||||
|
||||
&.start,
|
||||
&.left,
|
||||
&.leftAlone {
|
||||
&.left {
|
||||
float: left;
|
||||
clear: left;
|
||||
|
||||
@ -68,9 +67,16 @@ img,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&.leftAlone {
|
||||
float: none;
|
||||
clear: both;
|
||||
margin-left: 0;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
&.end,
|
||||
&.right,
|
||||
&.rightAlone {
|
||||
&.right {
|
||||
float: right;
|
||||
clear: right;
|
||||
|
||||
@ -79,6 +85,13 @@ img,
|
||||
}
|
||||
}
|
||||
|
||||
&.rightAlone {
|
||||
float: none;
|
||||
clear: both;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100% !important;
|
||||
max-height: 100% !important;
|
||||
|
Loading…
Reference in New Issue
Block a user