56 lines
1.1 KiB
SCSS
56 lines
1.1 KiB
SCSS
//:root {
|
|
// //$color__xxp-black: #000000;
|
|
// //$color__xxp-white: #ffffff;
|
|
// //$color__xxp-salmon: #ff866f;
|
|
// //$color__xxp-yellow: #ffcb1f;
|
|
// //$color__xxp-pink: #ff6bc3;
|
|
// //$color__xxp-violet: #651aff;
|
|
// //$color__xxp-cyan: #00d1ec;
|
|
// //$color__xxp-green: #00f274;
|
|
// //$color__xxp-red: #ff5a69;
|
|
// --bubble-color-01: #ff5a69; //$color__xxp-red;
|
|
// --bubble-color-02: #ffcb1f; //$color__xxp-yellow;
|
|
// --bubble-color-03: #00d1ec; //$color__xxp-cyan;
|
|
// --bubble-color-04: #00f274; //$color__xxp-green;
|
|
//}
|
|
//
|
|
body,
|
|
button,
|
|
input,
|
|
select,
|
|
optgroup,
|
|
textarea {
|
|
color: $color__text-main;
|
|
font-family: $font__main;
|
|
font-size: $font__size-body;
|
|
line-height: $font__line-height-body;
|
|
}
|
|
.hide {
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
min-width: unset;
|
|
max-width: unset;
|
|
width: 0px;
|
|
min-height: unset;
|
|
max-height: unset;
|
|
height: 0px;
|
|
font-size: 0px;
|
|
line-height: 0px;
|
|
text-decoration: none;
|
|
border: 0;
|
|
background: none;
|
|
background-color: transparent;
|
|
}
|
|
.strong,.bold {
|
|
font-weight: bold;
|
|
font-weight: 700;
|
|
}
|
|
.light,.thin,.estreta {
|
|
font-weight: light;
|
|
font-weight: 100;
|
|
}
|
|
@import "headings";
|
|
@import "copy";
|
|
@import "fonts";
|