ORIENT/themes/modern2/template/css/components/1-main/nulifier.scss

119 lines
1.6 KiB
SCSS
Raw Normal View History

2022-03-19 09:55:47 +00:00
/***
2021-11-24 12:26:36 +00:00
====================================================================
Reset
====================================================================
***/
// :root {
// font-size: calc(1vw + 0.6em);
// }
* {
2022-03-19 09:55:47 +00:00
margin: 0px;
padding: 0px;
border: none;
outline: none;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
button {
2022-03-19 09:55:47 +00:00
outline: none;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
button:focus {
2022-03-19 09:55:47 +00:00
outline: none;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
button:focus {
2022-03-19 09:55:47 +00:00
outline: none;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
2022-03-19 09:55:47 +00:00
-webkit-appearance: none;
margin: 0;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
/***
2021-11-24 12:26:36 +00:00
====================================================================
Global Settings
====================================================================
***/
body {
2022-03-19 09:55:47 +00:00
font-family: "Roboto", sans-serif;
font-size: 14px;
color: #000;
line-height: 1.7em;
font-weight: 400;
background: #fff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
a {
2022-03-19 09:55:47 +00:00
text-decoration: none;
cursor: pointer;
color: #000;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
h1,
h2,
h3,
h4,
h5,
h6 {
2022-03-19 09:55:47 +00:00
position: relative;
font-weight: normal;
margin: 0px;
background: none;
line-height: 1.6em;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
/* Typography */
h1 {
2022-03-19 09:55:47 +00:00
font-size: 4em;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
h2 {
2022-03-19 09:55:47 +00:00
font-size: 40px;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
h3 {
2022-03-19 09:55:47 +00:00
font-size: 34px;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
h4 {
2022-03-19 09:55:47 +00:00
font-size: 22px;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
h5 {
2022-03-19 09:55:47 +00:00
font-size: 20px;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
h6 {
2022-03-19 09:55:47 +00:00
font-size: 18px;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
p {
2022-03-19 09:55:47 +00:00
position: relative;
line-height: 1.8em;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.auto__container {
2022-03-19 09:55:47 +00:00
position: relative;
max-width: 1440px;
padding: 0px;
margin: 0 auto;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
ul,
li {
2022-03-19 09:55:47 +00:00
list-style: none;
padding: 0px;
margin: 0px;
2021-11-24 12:26:36 +00:00
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.mr-top-bot {
2022-03-19 09:55:47 +00:00
margin: 80px 0;
2021-11-24 12:26:36 +00:00
}