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;
|
||||
height: $stepper-nav-height / 2;
|
||||
padding: 0 1rem;
|
||||
margin-top: $stepper-nav-height / 4.5;
|
||||
margin-top: 0.75rem;
|
||||
color: $primary_color;
|
||||
border-color: $primary_color;
|
||||
|
||||
@ -98,10 +98,11 @@
|
||||
|
||||
.step-title-poll {
|
||||
font-size: 0.85rem;
|
||||
color: $d-neutral;
|
||||
margin-bottom: 0rem;
|
||||
padding-top: 1rem;
|
||||
color: #767486;
|
||||
margin-bottom: 0;
|
||||
padding-top: 0.5rem;
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -74,8 +74,8 @@ $title_font: 'helvetica', 'proza_libre', 'Arial', 'DejaVu Sans Mono';
|
||||
$main-column-width: 25rem;
|
||||
$main-column-width-inner: 23.75rem;
|
||||
$mobile-size: 25rem;
|
||||
$header-nav-height: 4.25rem;
|
||||
$header-nav-inner-height: 4rem;
|
||||
$header-nav-height: 3.85rem;
|
||||
$header-nav-inner-height: 3.5rem;
|
||||
$widescreen-width-main-column: 75rem;
|
||||
$stepper-nav-height: 4.5rem;
|
||||
// datepicker
|
||||
|
Loading…
Reference in New Issue
Block a user