mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
55 lines
974 B
CSS
55 lines
974 B
CSS
@import url("pico.min.css");
|
|
|
|
code {
|
|
white-space: pre-wrap;
|
|
}
|
|
|
|
body > header,
|
|
body > main {
|
|
padding: 0 !important;
|
|
}
|
|
#title {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
h2 {
|
|
margin-bottom: calc(var(--pico-typography-spacing-vertical) * 0.5);
|
|
}
|
|
|
|
.grid-index {
|
|
font-size: 2rem;
|
|
}
|
|
.text-center,
|
|
.grid-index {
|
|
text-align: center;
|
|
}
|
|
.grid-index article {
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
padding-bottom: calc(var(--pico-block-spacing-vertical) * 2.4);
|
|
}
|
|
.grid-index article > header {
|
|
padding-top: calc(var(--pico-block-spacing-vertical) * 2.4);
|
|
padding-bottom: calc(var(--pico-block-spacing-vertical) * 2.4);
|
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * 2.4);
|
|
}
|
|
|
|
label[for="select-status"] {
|
|
display: inline-block;
|
|
}
|
|
#select-status {
|
|
width: initial;
|
|
}
|
|
|
|
.inline-label {
|
|
display: inline-block;
|
|
}
|
|
.initial-width {
|
|
width: initial !important;
|
|
}
|
|
#refresh-form {
|
|
margin-bottom: 0;
|
|
}
|
|
#refresh-delay {
|
|
max-width: 120px;
|
|
}
|