Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
27
_sass/components/_header.scss
Normal file
27
_sass/components/_header.scss
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
.header {
|
||||
color: $primary;
|
||||
background-color: #ffffff;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
// box-shadow: 0 1px 15px rgba(50, 50, 93, 0.2);
|
||||
border-bottom: 1px solid $white-offset;
|
||||
padding: 10px 0px;
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
&.header-absolute {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.lock-scroll {
|
||||
.header {
|
||||
&.header-absolute {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue