cambios estilos
This commit is contained in:
parent
5b4858ad0c
commit
4fd3364556
|
@ -16,6 +16,10 @@
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color: $primary-light;
|
background-color: $primary-light;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
|
@ -112,6 +116,13 @@
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& .q-btn__content {
|
||||||
|
display: flex;
|
||||||
|
gap: 10px;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: $med-xmd) {
|
@media only screen and (max-width: $med-xmd) {
|
||||||
font-size: $font-16;
|
font-size: $font-16;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,11 +2,23 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 9px;
|
gap: 9px;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
& svg {
|
&.calendar {
|
||||||
|
}
|
||||||
|
|
||||||
|
& .custom-date-btn {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
&::before {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
& > svg {
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& .custom-block-content {
|
& .custom-block-content {
|
||||||
|
margin-bottom: -20px;
|
||||||
|
|
||||||
& .custom-head-paragraph,
|
& .custom-head-paragraph,
|
||||||
& .custom-main-paragraph {
|
& .custom-main-paragraph {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
Loading…
Reference in New Issue