mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-04 19:51:10 +00:00
limpeza de codigos
This commit is contained in:
parent
90bcbd97fd
commit
84291c7739
5 changed files with 24 additions and 17 deletions
|
@ -1,6 +1,5 @@
|
||||||
@use "mixin";
|
@use "mixin";
|
||||||
|
|
||||||
// Default
|
|
||||||
body {
|
body {
|
||||||
font-family: var(--font-family-inter);
|
font-family: var(--font-family-inter);
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
@use "mixin";
|
@use "mixin";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
// Fonts
|
|
||||||
--font-family-sans-serif: -apple-system,
|
--font-family-sans-serif: -apple-system,
|
||||||
BlinkMacSystemFont,
|
BlinkMacSystemFont,
|
||||||
"Segoe UI",
|
"Segoe UI",
|
||||||
|
@ -24,18 +23,15 @@
|
||||||
--font-family-inter: "inter";
|
--font-family-inter: "inter";
|
||||||
--font-family-unna: "unna";
|
--font-family-unna: "unna";
|
||||||
|
|
||||||
//-- Styles
|
|
||||||
--font-size: 16px;
|
--font-size: 16px;
|
||||||
--font-weight: 500;
|
--font-weight: 500;
|
||||||
--line-height: 160%;
|
--line-height: 160%;
|
||||||
|
|
||||||
// Colors
|
|
||||||
@include mixin.create-color('marreta', #3B82F6);
|
@include mixin.create-color('marreta', #3B82F6);
|
||||||
@include mixin.create-color('text', #484848);
|
@include mixin.create-color('text', #484848);
|
||||||
@include mixin.create-color('textmuted', #818181);
|
@include mixin.create-color('textmuted', #818181);
|
||||||
@include mixin.create-color('link', #3B82F6);
|
@include mixin.create-color('link', #3B82F6);
|
||||||
|
|
||||||
// Spacing
|
|
||||||
--container_spacing: 24px;
|
--container_spacing: 24px;
|
||||||
@include mixin.devices(desktop) {
|
@include mixin.devices(desktop) {
|
||||||
--container_spacing: 64px;
|
--container_spacing: 64px;
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
|
body {
|
||||||
|
padding: 42px 0 52px 0;
|
||||||
|
}
|
||||||
header {
|
header {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 2fr 1fr;
|
grid-template-columns: 1fr 2fr 1fr;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 42px 0;
|
padding: 0 0 42px 0;
|
||||||
|
|
||||||
.brand {
|
.brand {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -49,7 +52,6 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
&__menu {
|
&__menu {
|
||||||
display: none;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 110%;
|
top: 110%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -61,7 +63,11 @@ header {
|
||||||
box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
|
||||||
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
|
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
|
||||||
box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
|
||||||
|
transition: max-height 0.8s cubic-bezier(0.16, 1, 0.3, 1);
|
||||||
|
max-height: 0;
|
||||||
|
opacity: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
@ -94,7 +100,8 @@ header {
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
.integration__menu {
|
.integration__menu {
|
||||||
display: block;
|
max-height: 200px;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
|
@ -114,7 +121,7 @@ header {
|
||||||
border-top: 2px solid black;
|
border-top: 2px solid black;
|
||||||
transform: rotate(135deg);
|
transform: rotate(135deg);
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 5px;
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -139,7 +146,6 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
&__menu {
|
&__menu {
|
||||||
display: none;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 110%;
|
top: 110%;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -151,6 +157,10 @@ header {
|
||||||
box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
|
||||||
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
|
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
|
||||||
box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
|
box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
|
||||||
|
transition: max-height 0.8s cubic-bezier(0.16, 1, 0.3, 1);
|
||||||
|
max-height: 0;
|
||||||
|
opacity: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
@ -188,7 +198,8 @@ header {
|
||||||
color: var(--textmuted);
|
color: var(--textmuted);
|
||||||
}
|
}
|
||||||
.extension__menu {
|
.extension__menu {
|
||||||
display: block;
|
max-height: 200px;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -317,10 +328,10 @@ main {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-columns: 1fr;
|
grid-auto-columns: 1fr;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
gap: 0px 28px;
|
gap: 0px 38px;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
max-width: 960px;
|
max-width: 900px;
|
||||||
margin: 62px auto 24px auto;
|
margin: 62px auto 0 auto;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -344,6 +355,7 @@ main {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding-right: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
|
|
2
app/dist/css/style.css
vendored
2
app/dist/css/style.css
vendored
File diff suppressed because one or more lines are too long
2
app/dist/css/style.css.map
vendored
2
app/dist/css/style.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue