Files
astuto/app/javascript/stylesheets/application.scss

22 lines
310 B
SCSS
Raw Normal View History

2019-08-19 16:43:32 +02:00
@import './bootstrap_custom.scss';
@import './navbar.scss';
@import './forms.scss';
2019-09-02 20:26:09 +02:00
@import './icons.scss';
2019-08-19 16:43:32 +02:00
.container {
max-width: 920px;
2019-08-19 17:42:13 +02:00
}
.gravatar {
border-radius: 16px;
2019-09-12 18:03:19 +02:00
}
.dot {
width: 16px;
height: 16px;
border-radius: 100%;
margin-top: auto;
margin-bottom: auto;
margin-right: 4px;
2019-08-19 16:43:32 +02:00
}