Initial commit
This commit is contained in:
82
themes/coopgo-theme/assets/sass/main.scss
Normal file
82
themes/coopgo-theme/assets/sass/main.scss
Normal file
@@ -0,0 +1,82 @@
|
||||
@import 'coopgo-web-ui-kit/styles';
|
||||
// @import 'colors' <- we use the library's default values for colors, we don't need this
|
||||
|
||||
nav {
|
||||
.left {
|
||||
flex:0;
|
||||
text-align: left;
|
||||
background-color: $backgroundcolor;
|
||||
|
||||
img {
|
||||
margin: 1em;
|
||||
height: 1.3em;
|
||||
}
|
||||
}
|
||||
|
||||
.center {
|
||||
flex:1;
|
||||
color: $primarycolor;
|
||||
font-size: 1em;
|
||||
background-color: $backgroundcolor;
|
||||
}
|
||||
.right {
|
||||
font-family: $brandfont;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
@media(max-width: $breakpoint-tablet) {
|
||||
.right {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
h1 {
|
||||
padding-top: 50px;
|
||||
text-align: center;
|
||||
color: $primarycolor;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: justify;
|
||||
color: $secondarycolor;
|
||||
}
|
||||
div {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.scroll {
|
||||
.right {
|
||||
background-color: $primarycolor;
|
||||
}
|
||||
}
|
||||
|
||||
#footer {
|
||||
|
||||
#realFooter {
|
||||
border-top: 1px solid $primarycolor;
|
||||
}
|
||||
|
||||
ul {
|
||||
li {
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: $breakpoint-tablet) {
|
||||
.featuredimage {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user