aboutsummaryrefslogtreecommitdiffstats
path: root/css/frond.sass
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-12-25 16:58:41 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-12-25 16:58:41 -0500
commit49d54c0c3199fb8e380ce68f8fb08a308ddf56a7 (patch)
tree87e9be319452d75241476853a3b240aabdcbd7e2 /css/frond.sass
parent6a844225b3b63b89926e136cf65c140df01a4677 (diff)
downloadytlibre-49d54c0c3199fb8e380ce68f8fb08a308ddf56a7.tar.lz
ytlibre-49d54c0c3199fb8e380ce68f8fb08a308ddf56a7.tar.xz
ytlibre-49d54c0c3199fb8e380ce68f8fb08a308ddf56a7.zip
migración mayor a smarty PHP
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