hubl/src/styles/layout/circle/circle-admin.scss

9 lines
137 B
SCSS
Raw Normal View History

2019-11-08 11:52:41 +00:00
.admin-header {
display: flex;
justify-content: space-between;
margin-bottom: 5rem;
.admin-header__title {
@extend h3;
}
2019-11-14 12:27:04 +00:00
}