argos/dmp-frontend/src/app/ui/language-editor/language-editor.component.scss

52 lines
821 B
SCSS
Raw Normal View History

2020-01-28 09:13:26 +01:00
.language-editor {
2020-07-13 10:41:36 +02:00
padding-top: 6em;
2020-01-28 09:13:26 +01:00
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;
2020-07-13 10:41:36 +02:00
right: 24px;
2020-01-28 09:13:26 +01:00
}
.sticky {
position: fixed;
2020-07-13 10:41:36 +02:00
left: 214px;
right: 214px;
width: 50%;
}
.search-bar {
padding-top: inherit !important;
bottom: auto !important;
width: 258px !important;
top: 100px;
position: fixed;
2020-07-13 10:41:36 +02:00
right: 24px;
background-color: white;
border: 1px solid rgb(218, 218, 218);
border-radius: 6px;
padding-left: 10px;
}
.search-text {
border: 0px solid rgb(218, 218, 218);
border-radius: 6px;
2020-03-17 11:43:57 +01:00
width: 180px;
}
.search-text::placeholder {
color: rgb(197, 194, 194);
line-height: 150%;
}
.search-btn {
left: 4px;
}
2020-01-28 09:13:26 +01:00
}