cambios estilos

This commit is contained in:
Jaume Solís 2023-12-19 11:46:23 +01:00
parent 5b4858ad0c
commit 4fd3364556
2 changed files with 24 additions and 1 deletions

View File

@ -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;
}

View File

@ -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;