hiuphub-gamified
Version:
app of gamified
185 lines (179 loc) • 3.01 kB
CSS
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/*
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
margin: 0!important;
padding: 0!important;
border: 0!important;
font-size: 100%!important;
font: inherit!important;
vertical-align: baseline!important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block!important;
}
body {
line-height: 1!important;
}
body,
html {
-webkit-font-smoothing: antialiased!important;
-moz-osx-font-smoothing: grayscale!important;
height: 100%!important;
overflow-x: hidden!important;
z-index: 0!important;
position: relative!important;
font-size: 1.125rem!important;
background-color: #f2f4f7!important;
font-family: Arial, 'Helvetica', sans-serif!important;
}
ol,
ul {
list-style: none!important;
}
blockquote,
q {
quotes: none!important;
}
blockquote:after,
blockquote:before {
content: ''!important;
content: none!important;
}
q:after,
q:before {
content: ''!important;
content: none!important;
}
table {
border-collapse: collapse!important;
border-spacing: 0!important;
} */
/* ========================================================================== */
/* GAMIFICATION APP BODY STYALE CSS */
/* ========================================================================== */
#root {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100%;
z-index: 0;
position: relative;
font-size: 1.125rem;
background-color: #f2f4f7;
}
.gamification {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
height: 100%;
z-index: 0;
position: relative;
font-size: 1.125rem;
font-family: 'Helvetica', Arial, sans-serif ;
color: #13171f;
}
.gamification_container_wrap {
padding: 70px 30px;
}
.has-search .form-control-feedback {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 1.8rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
.has-search .form-control {
padding-left: 2.375rem;
}