Files
astuto/app/javascript/stylesheets/general/_index.scss

37 lines
514 B
SCSS
Raw Normal View History

/*
This stylesheet contains styles that are general and
could not be grouped in a file of their own
*/
2019-08-19 16:43:32 +02:00
.container {
max-width: 920px;
2019-08-19 17:42:13 +02:00
}
2019-09-27 11:40:33 +02:00
.turbolinks-progress-bar {
background-color: $astuto-black;
height: 2px;
}
2019-08-19 17:42:13 +02:00
.gravatar {
2019-09-30 18:10:51 +02:00
border-radius: 100%;
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-09-20 18:43:24 +02:00
}
.loginInfo {
text-decoration: underline;
}
.btn {
color: #fff;
background-color: #343a40;
border-color: #343a40;
2019-08-19 16:43:32 +02:00
}