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
|
|
|
}
|
2020-02-26 16:23:48 +01:00
|
|
|
|
|
|
|
.sticky {
|
|
|
|
position: fixed;
|
2020-07-13 10:41:36 +02:00
|
|
|
left: 214px;
|
|
|
|
right: 214px;
|
2020-02-26 16:23:48 +01:00
|
|
|
width: 50%;
|
|
|
|
}
|
2020-02-28 11:58:42 +01:00
|
|
|
|
|
|
|
.search-bar {
|
|
|
|
padding-top: inherit !important;
|
|
|
|
bottom: auto !important;
|
2020-02-28 17:25:23 +01:00
|
|
|
width: 258px !important;
|
2020-02-28 11:58:42 +01:00
|
|
|
top: 100px;
|
|
|
|
position: fixed;
|
2020-07-13 10:41:36 +02:00
|
|
|
right: 24px;
|
2020-02-28 11:58:42 +01:00
|
|
|
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;
|
2020-02-28 11:58:42 +01:00
|
|
|
}
|
2020-02-28 16:16:11 +01:00
|
|
|
.search-text::placeholder {
|
|
|
|
color: rgb(197, 194, 194);
|
|
|
|
}
|
2020-01-28 09:13:26 +01:00
|
|
|
}
|