summaryrefslogtreecommitdiff
path: root/templates/assets/sass/hipster_cards/_sections.scss
blob: 9682b4130e22e604a8035f128eaaccb42232742b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.section{
    padding: 30px 0;
   
    position: relative;
    background-color: #FFFFFF;
}
.section-gray{
    background-color: #EEEEEE;
}
.section-white{
    background-color: #FFFFFF;
}