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

15 lines
236 B
SCSS
Raw Normal View History

2020-02-13 17:15:34 +01:00
.user-guide-editor {
2020-11-10 15:53:48 +01:00
//padding-top: 5em;
2020-02-13 17:15:34 +01:00
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
}
}