funky-framadate-front/src/styles/partials/_navigation.scss

73 lines
975 B
SCSS

app-header {
background: $primary_color;
color: $white;
}
.big-header {
border-bottom: solid 1px #ccc !important;
.container {
box-shadow: none;
padding-bottom: 0;
}
}
nav {
a {
&::before {
display: inline-block;
position: relative;
width: auto;
background: none;
}
&::after {
display: none;
}
}
}
a {
color: $primary_color;
&,
&:hover {
text-decoration: none;
}
&::before,
&::after {
content: '';
}
span {
padding-right: 1rem;
padding-left: 1rem;
}
}
a span.ui-steps-number {
padding: 0;
}
.bottom-step-buttons {
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.05);
box-sizing: border-box;
bottom: 0;
z-index: 9;
height: auto;
background: $white;
width: 100%;
position: fixed;
right: 0;
left: 0;
padding: 10px;
.button {
display: inline-block;
padding: 10px 30px;
height: auto;
}
.button {
&.is-secondary {
color: $secondary_color !important;
border-color: $secondary_color !important;
}
}
}