2019-09-15 18:46:54 +02:00
|
|
|
/*
|
|
|
|
|
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;
|
2020-07-17 17:51:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #343a40;
|
|
|
|
|
border-color: #343a40;
|
2019-08-19 16:43:32 +02:00
|
|
|
}
|