Initial Working Copy
This commit is contained in:
commit
0731843a82
357 changed files with 120880 additions and 0 deletions
38
html/assets/sass/ct-paper/_sections.scss
Normal file
38
html/assets/sass/ct-paper/_sections.scss
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
.section{
|
||||
padding: 30px 0;
|
||||
position: relative;
|
||||
background-color: #f4f3ef;
|
||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(112, 112, 112, 0) 60%, rgba(186, 186, 186, 0.15) 100%);
|
||||
}
|
||||
.section-with-space{
|
||||
padding: 60px 0;
|
||||
}
|
||||
.section-gray{
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
.section-white{
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.section-nude{
|
||||
background-color: $bg-nude;
|
||||
}
|
||||
.section-light-brown{
|
||||
background-color: #D8C1AB;
|
||||
color: $white-color;
|
||||
}
|
||||
.section-brown{
|
||||
background-color: #A59E94;
|
||||
color: $white-color;
|
||||
}
|
||||
.section-light-blue{
|
||||
background-color: $primary-color;
|
||||
color: $white-color;
|
||||
}
|
||||
.section-dark-blue{
|
||||
background-color: #506367;
|
||||
color: $white-color;
|
||||
}
|
||||
.section-dark{
|
||||
background-color: #1a1817;
|
||||
color: $white-color;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue