Skip to content
Snippets Groups Projects

Develop

Merged Jacek Lebioda requested to merge develop into master
3 files
+ 33
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 31
0
.event-info {
min-width: 175px;
min-height: 60px;
float: right;
border: solid 2px rgb(2, 52, 82);
border-radius: 5px;
padding: 10px;
margin-bottom: 100px;
margin-left: 15px;
span {
display: block;
padding-bottom: 2px;
}
.event-info-date {
font-size: 15pt;
}
.event-info-date {
&:before {
content: '(';
}
&:after {
content: ')';
}
font-size: smaller;
}
}
Loading