Rev 7068 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
a,
span,
label {
color: $font-color;
}
h1,
h2 {
color: $title-color;
}
h2 {
font-size: 1.5rem;
font-weight: 600;
}
body {
background-color: $bg-color-secondary;
font-family: "Source Sans Pro", sans-serif;
font-weight: 400;
line-height: 1;
position: relative;
overflow-x: hidden;
overflow-y: scroll;
}
ol,
ul {
list-style: none;
}
a {
text-decoration: none;
display: inline-flex;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
button {
outline: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* {
margin: 0;
padding: 0;
}
a:focus {
text-decoration: none;
outline: none;
}
button,
button:active,
button:focus {
outline: none;
border: none;
background: transparent;
}
input {
outline: none;
}
textarea {
outline: none;
}
section {
width: 100%;
position: relative;
}
p {
font-size: 14px;
line-height: 1;
color: $font-color;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid #e5e5e5 !important;
}
/* ================ CROSS BROWSER COMPATABILITY =============== */
img {
max-width: 100%;
}
*::-webkit-scrollbar {
width: 6px !important;
height: 6px !important;
}
*::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.08);
}
*::-webkit-input-placeholder {
color: #ccc;
font-size: 15px;
}
*::-moz-placeholder {
color: #ccc;
font-size: 15px;
}
#root {
position: relative;
min-height: 80vh;
}