mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
31 lines
435 B
SCSS
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;
|
|
} |