18 lines
263 B
SCSS
18 lines
263 B
SCSS
|
.language-editor {
|
||
|
padding-top: 5em;
|
||
|
padding-bottom: 2em;
|
||
|
|
||
|
.language-area {
|
||
|
box-sizing: content-box;
|
||
|
}
|
||
|
|
||
|
.save-btn {
|
||
|
padding-top: inherit !important;
|
||
|
top: auto !important;
|
||
|
width: 56px !important;
|
||
|
bottom: 10px;
|
||
|
position: fixed;
|
||
|
right: 10px;
|
||
|
}
|
||
|
}
|