nfp_sites/app/admin/admin.scss

41 lines
612 B
SCSS
Raw Normal View History

2019-02-20 16:10:37 +00:00
.admin-wrapper {
flex-grow: 2;
display: flex;
flex-direction: column;
background: $primary-bg;
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';
@import 'staff';