40 lines
561 B
SCSS
40 lines
561 B
SCSS
// Place all the styles related to the public/home controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
#events{
|
|
|
|
.slide{
|
|
|
|
padding:15px;
|
|
}
|
|
h2{
|
|
|
|
font-size:18px;
|
|
margin-top:0px;
|
|
border-bottom: 1px solid #3b432f;
|
|
padding-bottom:10px;
|
|
font-weight:normal;
|
|
}
|
|
|
|
.event{
|
|
*{
|
|
font-weight:normal;
|
|
|
|
}
|
|
h3{
|
|
margin:0px;
|
|
font-size:16px;
|
|
padding:0px;
|
|
}
|
|
|
|
.date{
|
|
margin-top:5px;
|
|
font-style:italic;
|
|
}
|
|
|
|
border-bottom: 1px solid #3b432f;
|
|
|
|
}
|
|
|
|
} |