diff options
Diffstat (limited to 'templates/sass/salida.sass')
-rw-r--r-- | templates/sass/salida.sass | 53 |
1 files changed, 35 insertions, 18 deletions
diff --git a/templates/sass/salida.sass b/templates/sass/salida.sass index e4ea057..3dbd865 100644 --- a/templates/sass/salida.sass +++ b/templates/sass/salida.sass @@ -1,5 +1,8 @@ $asana: #067ab4 -$blanco: #fff +$border: #00b7f1 +$sborder: #808080 +$button: #dcdcdc +$color: #fff $copyleft: #1aafff $enlace: #2dde98 $fondo: #2d3743 @@ -9,7 +12,7 @@ $submit: #3895ea body background: $fondo - color: $blanco + color: $color a.enlace color: $copyleft @@ -18,6 +21,36 @@ a.enlace color: $enlace .contenedor + .form-search + display: grid + grid-gap: 1px + grid-template-columns: auto auto auto 90px auto + grid-template-areas: ". search-box search-box search-button ." + position: relative + .search-box + grid-area: search-box + background: $fondo + border-bottom: 1px solid $sborder + border-top: 0px + border-left: 0px + border-right: 0px + border-radius: 0px + color: $color + .search-button + grid-area: search-button + cursor: pointer + padding-bottom: 6px + padding-left: .75em + padding-right: .75em + padding-top: 6px + text-align: center + white-space: nowrap + background-color: $button + border: $border + color: $fondo + border-radius: 5px + +.contenedor margin: auto width: 100% max-width: 800px @@ -59,21 +92,6 @@ a.enlace line-height: 24px .contenedor - .row - line-height: 2.5 - - .col - text-align: center - padding: 0px 15px - - .boton-descarga - padding: 2px 5px - font-size: 12px - border-radius: 3px - color: $blanco - background-color: $green - border-color: $green - text-decoration: none .v-download ul.download-dropdown-content padding-top: 1rem @@ -97,7 +115,6 @@ a.enlace header display: flex - width: 90% padding: 20px 0px justify-content: center |