mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
🎨 shorten stepper
This commit is contained in:
parent
c7e4798ce0
commit
5e3bb46d69
@ -70,7 +70,7 @@
|
|||||||
line-height: $stepper-nav-height / 2;
|
line-height: $stepper-nav-height / 2;
|
||||||
height: $stepper-nav-height / 2;
|
height: $stepper-nav-height / 2;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
margin-top: $stepper-nav-height / 4.5;
|
margin-top: 0.75rem;
|
||||||
color: $primary_color;
|
color: $primary_color;
|
||||||
border-color: $primary_color;
|
border-color: $primary_color;
|
||||||
|
|
||||||
@ -98,10 +98,11 @@
|
|||||||
|
|
||||||
.step-title-poll {
|
.step-title-poll {
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
color: $d-neutral;
|
color: #767486;
|
||||||
margin-bottom: 0rem;
|
margin-bottom: 0;
|
||||||
padding-top: 1rem;
|
padding-top: 0.5rem;
|
||||||
display: block;
|
display: block;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -74,8 +74,8 @@ $title_font: 'helvetica', 'proza_libre', 'Arial', 'DejaVu Sans Mono';
|
|||||||
$main-column-width: 25rem;
|
$main-column-width: 25rem;
|
||||||
$main-column-width-inner: 23.75rem;
|
$main-column-width-inner: 23.75rem;
|
||||||
$mobile-size: 25rem;
|
$mobile-size: 25rem;
|
||||||
$header-nav-height: 4.25rem;
|
$header-nav-height: 3.85rem;
|
||||||
$header-nav-inner-height: 4rem;
|
$header-nav-inner-height: 3.5rem;
|
||||||
$widescreen-width-main-column: 75rem;
|
$widescreen-width-main-column: 75rem;
|
||||||
$stepper-nav-height: 4.5rem;
|
$stepper-nav-height: 4.5rem;
|
||||||
// datepicker
|
// datepicker
|
||||||
|
Loading…
Reference in New Issue
Block a user