first init
This commit is contained in:
13
resources/scss/structure/_page-title.scss
Executable file
13
resources/scss/structure/_page-title.scss
Executable file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Page-title
|
||||
//
|
||||
|
||||
.page-title-box {
|
||||
padding-bottom: $spacer;
|
||||
background-color: transparent;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: $spacer * 0.5;
|
||||
}
|
||||
Reference in New Issue
Block a user