mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-16 10:45:54 -07:00
Update team page
This commit is contained in:
parent
33d7a0fcbf
commit
d0d59a7de2
17 changed files with 59 additions and 185 deletions
|
|
@ -7,6 +7,7 @@ $primary: #0B8D9C;
|
|||
$primary-lighter: lighten($primary, 30%);
|
||||
$primary-dark: darken($primary, 15%);
|
||||
$primary-darker: darken($primary, 30%);
|
||||
$highlight: #6EC4D0;
|
||||
|
||||
$secondary: #C93148;
|
||||
$secondary-lighter: darken($secondary, 30%);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
.band {
|
||||
height: 1em;
|
||||
height: 3em;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
@import "colors";
|
||||
|
||||
.grid-container {
|
||||
display: grid;
|
||||
}
|
||||
|
|
@ -16,6 +18,13 @@
|
|||
grid-auto-columns: 1fr;
|
||||
}
|
||||
|
||||
.grid-item-image {
|
||||
height: auto;
|
||||
width: 300px;
|
||||
padding: 20px;
|
||||
background-color: $highlight;
|
||||
}
|
||||
|
||||
@media(min-width: 992px){
|
||||
.grid-item__title {
|
||||
min-height: 4em;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,17 @@
|
|||
.nav, .nav-item, .dropdown-item {
|
||||
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
.bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.spartan {
|
||||
font-family: 'League Spartan', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
@extend .bold;
|
||||
}
|
||||
|
||||
.nav, .nav-item, .dropdown-item {
|
||||
@extend .spartan;
|
||||
}
|
||||
|
||||
|
||||
.hero-text {
|
||||
font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-weight: 500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue