update: h3 used instead of a class
This commit is contained in:
@ -143,6 +143,7 @@ h2, .h2-like {
|
||||
h3 {
|
||||
color: var(--color-title);
|
||||
font-size: 1.7rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h4 {
|
||||
@ -269,6 +270,13 @@ h5 {
|
||||
}
|
||||
}
|
||||
|
||||
.admin-header {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
||||
.backlink {
|
||||
@include icon('arrow-left-circle');
|
||||
color: var(--color-backlink);
|
||||
|
@ -1,9 +0,0 @@
|
||||
.admin-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 5rem;
|
||||
|
||||
.admin-header__title {
|
||||
@extend h3;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user