argos/dmp-frontend/src/app/ui/user-guide-editor/user-guide-editor.component...

15 lines
234 B
SCSS
Raw Normal View History

2020-02-13 17:15:34 +01:00
.user-guide-editor {
padding-top: 5em;
padding-bottom: 2em;
margin-top: 1em;
2020-02-13 17:15:34 +01:00
.save-btn {
padding-top: inherit !important;
top: auto !important;
width: 56px !important;
bottom: 10px;
position: fixed;
right: 40px;
2020-02-13 17:15:34 +01:00
}
}