14 lines
216 B
SCSS
14 lines
216 B
SCSS
|
.user-guide-editor {
|
||
|
padding-top: 5em;
|
||
|
padding-bottom: 2em;
|
||
|
|
||
|
.save-btn {
|
||
|
padding-top: inherit !important;
|
||
|
top: auto !important;
|
||
|
width: 56px !important;
|
||
|
bottom: 10px;
|
||
|
position: fixed;
|
||
|
right: 10px;
|
||
|
}
|
||
|
}
|