mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
49 lines
No EOL
713 B
Text
49 lines
No EOL
713 B
Text
html, body {
|
|
scrollbar-width: thin;
|
|
overflow: auto !important;
|
|
scrollbar-color: #555 #111;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
li {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.v-dialog .theme--dark.v-card {
|
|
background-color: #434343;
|
|
}
|
|
|
|
.v-application .p-description.text-body-1 {
|
|
letter-spacing: normal !important;
|
|
}
|
|
|
|
#home {
|
|
max-width: 1400px;
|
|
padding-right: 0px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#events {
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
}
|
|
|
|
.container {
|
|
max-width: 1400px;
|
|
}
|
|
|
|
.v-dialog {
|
|
width: 600px;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.theme--dark.v-list {
|
|
background-color: #333;
|
|
}
|
|
|
|
.v-autocomplete__content.v-menu__content {
|
|
scrollbar-width: thin;
|
|
scrollbar-color: #FF4511 #111;
|
|
} |