aboutsummaryrefslogtreecommitdiffstats
path: root/css/frond.sass
diff options
context:
space:
mode:
Diffstat (limited to 'css/frond.sass')
-rw-r--r--css/frond.sass76
1 files changed, 0 insertions, 76 deletions
diff --git a/css/frond.sass b/css/frond.sass
deleted file mode 100644
index 19213c1..0000000
--- a/css/frond.sass
+++ /dev/null
@@ -1,76 +0,0 @@
-$fondo: #2d3743
-$blanco: #fff
-$lo: #e9f1f7
-$asana: #067ab4
-$submit: #3895ea
-$red: #fc636b
-$copyleft: #ccc
-
-body
- background: $fondo
- color: $blanco
-
-.contenedor
- margin: auto
- width: 70%
- max-width: 700px
- background: $asana
- display: flex
- flex-direction: column
- flex-wrap: wrap
- align-items: center
-
- .libreyt
- padding-bottom: 60px
-
-header
- display: flex
- width: 90%
- padding: 20px 0px
- justify-content: center
-
- img
- align-items: center
- width: 100%
- vertical-align: top
-
-section
- width: 100%
-
- h2
- text-align: center
-
- .formulario
- display: flex
- flex-wrap: wrap
- justify-content: center
-
- input[type="text"]
- border: 2px solid
- margin-bottom: 15px
- width: 80%
- border-radius: 5px
- padding: 15px 20px
- font-size: 15px
- color: #a4a4a4
-
- &:focus
- border: 2px solid $submit
- color: #4c4d4f
- .boton
- margin: auto
- background: $submit
- color: $blanco
- border: none
- border-radius: 3px
- padding: 15px 40px
- cursor: pointer
-
-footer
- p.copyleft
- font-size: 12px
- a.enlace
- color: $copyleft
- text-decoration: none
- &:hover
- color: #2dde98