Commit a54c4243 by Diego Prieto

Merge branch 'dev' into 'qa'

Dev

See merge request !4
parents 0040a906 c425d997
...@@ -15,14 +15,14 @@ ...@@ -15,14 +15,14 @@
#header .btn-sesion { #header .btn-sesion {
font-family: var(--font-primary); font-family: var(--font-primary);
font-weight: 500; font-weight: 500;
font-size: 15px; font-size: 20px;
letter-spacing: 1px;
display: inline-block; display: inline-block;
padding: 14px 30px; padding: 5px 20px;
border-radius: 50px; border-radius: 50px;
transition: 0.3s; transition: 0.3s;
color: #fff; color: #3366ff;
background: var(--color-primary); background: #bcef1a;
margin-left: 40px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
border: 2px solid rgba(255, 255, 255, 0.1); border: 2px solid rgba(255, 255, 255, 0.1);
} }
...@@ -44,16 +44,9 @@ ...@@ -44,16 +44,9 @@
#header .btn-register { #header .btn-register {
font-family: var(--font-primary); font-family: var(--font-primary);
font-weight: 500; font-weight: 500;
font-size: 15px; font-size: 1.8rem;
letter-spacing: 1px;
display: inline-block;
padding: 14px 30px;
border-radius: 50px;
transition: 0.3s; transition: 0.3s;
color: var(--color-primary); color: white;
background: var(--color-secondary);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
border: 2px solid rgba(255, 255, 255, 0.1);
} }
#header .btn-register:hover { #header .btn-register:hover {
...@@ -64,7 +57,7 @@ ...@@ -64,7 +57,7 @@
.navbar > ul > li > a { .navbar > ul > li > a {
padding: 0 5px; padding: 0 5px;
} }
#header .btn-sesion { #header .btn-sesion {
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -86,8 +79,6 @@ ...@@ -86,8 +79,6 @@
#header .btn-sesion i { #header .btn-sesion i {
display: block; display: block;
} }
} }
#section-secundary { #section-secundary {
......
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment