You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openpower.foundation/themes/openpowerfoundation/assets/css/pages.scss

31 lines
427 B
SCSS

// Board of Directors
#boardofdirectors {
article {
h3 {
text-transform: uppercase;
}
}
}
// Members
#members {
.membership-level {
border-top: 1px solid#1b1c1f;
.box {
min-height: 110px;
a {
text-decoration: none;
color:black;
}
img {
max-width: 210px;
}
}
}
}