2019-02-20 16:10:37 +00:00
|
|
|
|
|
|
|
.admin-wrapper {
|
|
|
|
flex-grow: 2;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
background: $primary-bg;
|
2019-09-16 16:47:29 +00:00
|
|
|
padding: 0 20px 50px;
|
2019-02-20 16:10:37 +00:00
|
|
|
}
|
|
|
|
|
2019-09-13 13:33:10 +00:00
|
|
|
.admin-actions {
|
|
|
|
background: $primary-bg;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
min-height: 37px;
|
2019-02-20 16:10:37 +00:00
|
|
|
|
2019-09-13 13:33:10 +00:00
|
|
|
span {
|
|
|
|
color: $primary-fg;
|
2019-02-20 16:10:37 +00:00
|
|
|
padding: 10px;
|
2019-09-13 13:33:10 +00:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
2019-02-22 14:53:43 +00:00
|
|
|
}
|
|
|
|
|
2019-09-13 13:33:10 +00:00
|
|
|
a {
|
|
|
|
padding: 10px;
|
|
|
|
text-decoration: none;
|
|
|
|
color: $secondary-light-bg;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
2019-02-20 16:10:37 +00:00
|
|
|
}
|
2019-09-13 13:33:10 +00:00
|
|
|
}
|
2019-02-20 16:10:37 +00:00
|
|
|
|
2019-09-13 13:33:10 +00:00
|
|
|
.fr-box,
|
|
|
|
.fr-toolbar,
|
|
|
|
.fr-box .second-toolbar {
|
|
|
|
border-radius: 0 !important;
|
2019-02-20 16:10:37 +00:00
|
|
|
}
|
|
|
|
|
2019-09-13 13:33:10 +00:00
|
|
|
@import 'pages';
|
|
|
|
@import 'articles';
|
2019-09-15 01:53:38 +00:00
|
|
|
@import 'staff';
|