debian-mirror-gitlab/app/assets/stylesheets/framework/editor-lite.scss

22 lines
344 B
SCSS
Raw Normal View History

2021-01-29 00:20:46 +05:30
[data-editor-loading] {
@include gl-relative;
@include gl-display-flex;
@include gl-justify-content-center;
@include gl-align-items-center;
&::before {
content: '';
@include spinner(32px, 3px);
@include gl-absolute;
@include gl-z-index-1;
}
pre {
opacity: 0;
}
}
2021-01-03 14:25:43 +05:30
[id^='editor-lite-'] {
height: 500px;
2020-04-08 14:13:33 +05:30
}