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