Commit 9ed10cad by Hứa Minh Thành

layout

parent 524f23a0
Pipeline #1137 failed with stages
in 0 seconds
.border-md {
border-width: 2px;
}
@mixin bgColor($color) {
background: $color;
}
.btn-facebook {
background: #405d9d;
border : none;
&:hover {
@include bgColor(#314879);
}
&:focus {
@include bgColor(#314879);
}
}
.btn-twitter {
@include bgColor(#42aeec);
border: none;
&:hover {
@include bgColor(#1799e4);
}
&:focus {
@include bgColor(#1799e4);
}
}
body {
min-height: 100vh;
}
.form-control {
&:not(select) {
padding: 1.5rem 0.5rem;
}
&::placeholder {
color: #ccc;
font : {
weight: bold;
size : 0.9rem;
}
}
&:focus {
box-shadow: none;
}
}
select.form-control {
height : 52px;
padding-left: 0.5rem;
}
\ No newline at end of file
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 to comment