Files
astuto/app/javascript/stylesheets/general/_index.scss
2019-09-30 18:10:51 +02:00

31 lines
435 B
SCSS

/*
This stylesheet contains styles that are general and
could not be grouped in a file of their own
*/
.container {
max-width: 920px;
}
.turbolinks-progress-bar {
background-color: $astuto-black;
height: 2px;
}
.gravatar {
border-radius: 100%;
}
.dot {
width: 16px;
height: 16px;
border-radius: 100%;
margin-top: auto;
margin-bottom: auto;
margin-right: 4px;
}
.loginInfo {
text-decoration: underline;
}