init css file + font

This commit is contained in:
Marjolaine Le Bon
2020-02-04 12:25:58 +01:00
parent c15afa496f
commit 75d87bd632
12 changed files with 970 additions and 471 deletions

View File

@ -0,0 +1 @@
@import 'events.scss';

View File

@ -0,0 +1,8 @@
#events {
width: 100%;
sib-event .events sib-form sib-form-dropdown::before {
font-family: $rd-font-family;
font-size: 24px;
line-height: 29px;
}
}