theme for RDM site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

77 lines
1.3 KiB

.test-class2 {
}
@import 'modularscale';
$modularscale: (
base: 1em,
ratio: 1.5
); //@import './node_modules/modularscale-sass/stylesheets/_modularscale.scss';
//@format
@import 'fonts';
@import 'base';
@import 'fonts';
@import 'fonticons';
@import 'layout';
@import 'header';
@import 'blocks';
@import 'main';
@import 'sidebar';
@import 'comment';
@import 'footer';
@import 'homepage';
@import 'components';
@import 'shortcodes';
@import 'responsive';
@import 'dataset-nodes';
@import 'search';
.slider-image {
margin-top: 4rem;
}
.slider-text,
.slider-text h1,
.slider-text h2,
.slider-text h3,
.slider-text h4 {
color: var(--dark-grey);
}
.slider-text p {
font-size: ms(0);
}
.slider {
background: var(--content-bg);
}
div#block-homepagewelcome {
a {
color: var(--upei-red);
}
h2,
p {
color: #fff !important;
}
color: #fff !important;
background: #789d4a;
}
.toolbar-horizontal .search-box.open {
margin-top: 38px;
}
.toolbar-horizontal.toolbar-tray-open .search-box.open {
margin-top: 84px;
}
div#block-homepagewelcome-2 {
color: #fff !important;
background: #789d4a;
}
div#block-homepagewelcome-2 a {
color: var(--upei-red);
}
div#block-homepagewelcome-2 p {
color: #fff !important;
font-size: ms(1);
}
div#block-homepagewelcome-2 h2 {
color: #fff !important;
font-size: ms(2);
}