Sharyn 33ba55f2f8 Adding page components
- page header
- page footer
- modal
- resources
- wordcloud
- search
- interviews list
- projects list
- topics list
2018-07-05 11:59:42 +02:00

34 lines
490 B
SCSS

@import './assets/styles/global.scss';
.wordcloud {
text-align: center;
padding: calculateRem(24);
cursor: pointer;
outline: none;
h3{
margin-bottom: calculateRem(8);
}
span {
display: inline-block;
padding: 0 calculateRem(8);
&.size-1 {
font-size: calculateRem(30);
}
&.size-2 {
font-size: calculateRem(25);
}
&.size-3 {
font-size: calculateRem(20);
}
&.size-4 {
font-size: calculateRem(15);
}
}
}