100 lines
1.8 KiB
SCSS
100 lines
1.8 KiB
SCSS
/*
|
|
v2.0 | 20110126
|
|
License: none (public domain)
|
|
*/
|
|
|
|
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, :after, :before, input, button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
vertical-align: baseline;
|
|
box-sizing: border-box;
|
|
text-decoration: none;
|
|
font-style: normal;
|
|
background-color: transparent;
|
|
overflow-wrap: break-word;
|
|
word-break: keep-all;
|
|
|
|
}
|
|
|
|
/* HTML5 display-role reset for older browsers */
|
|
article, aside, details, figcaption, figure,
|
|
footer, header, hgroup, menu, nav, section {
|
|
display: block;
|
|
}
|
|
|
|
html,
|
|
body {-ms-font-smoothing:antialiased; -webkit-font-smoothing:antialiased; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; /* Prevent font resizing in IE and iOS */}
|
|
html {
|
|
font-size:62.5%;
|
|
|
|
button.disabledBtn,
|
|
a.disabledBtn{
|
|
pointer-events: none;
|
|
background: transparent;
|
|
p{
|
|
opacity: 20%;
|
|
}
|
|
&::before,
|
|
&::after{
|
|
opacity: 20%;
|
|
|
|
}
|
|
&::after{
|
|
margin-left:0 !important;
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
body {font-size:1.6rem;}
|
|
html,
|
|
body {
|
|
width:100%;
|
|
// overflow-x: hidden;
|
|
box-sizing: border-box;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
blockquote, q {
|
|
quotes: none;
|
|
}
|
|
blockquote:before, blockquote:after,
|
|
q:before, q:after {
|
|
content: '';
|
|
content: none;
|
|
margin:0;
|
|
}
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
|
|
|
|
|
|
input{
|
|
&:disabled{
|
|
background-color: #f3f3f3;
|
|
}
|
|
}
|
|
|
|
|
|
.pdt30 {
|
|
padding-top:3rem !important;
|
|
} |