Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
29
_sass/components/_feature.scss
Normal file
29
_sass/components/_feature.scss
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.feature {
|
||||
height: 100%;
|
||||
border: 1px solid $white-offset;
|
||||
border-radius: 3px;
|
||||
padding: 20px;
|
||||
background-color: #ffffff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
.feature-image {
|
||||
flex: 0 0 auto;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.feature-title {
|
||||
}
|
||||
.feature-content {
|
||||
margin-bottom: 0;
|
||||
margin-top: auto;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue