mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 22:10:20 +00:00
chore(csscomb): Update
This commit is contained in:
parent
ec993fbbb7
commit
bc93be0fd8
3 changed files with 6 additions and 6 deletions
|
@ -28,6 +28,8 @@
|
||||||
"z-index",
|
"z-index",
|
||||||
"display",
|
"display",
|
||||||
"visibility",
|
"visibility",
|
||||||
|
"-webkit-appearance",
|
||||||
|
"appearance",
|
||||||
"flex-direction",
|
"flex-direction",
|
||||||
"flex-wrap",
|
"flex-wrap",
|
||||||
"flex-flow",
|
"flex-flow",
|
||||||
|
@ -175,6 +177,7 @@
|
||||||
"hyphens",
|
"hyphens",
|
||||||
"letter-spacing",
|
"letter-spacing",
|
||||||
"font",
|
"font",
|
||||||
|
"font-display",
|
||||||
"font-weight",
|
"font-weight",
|
||||||
"font-style",
|
"font-style",
|
||||||
"font-variant",
|
"font-variant",
|
||||||
|
|
|
@ -3,19 +3,17 @@
|
||||||
/* ----------------------------------------------------------- */
|
/* ----------------------------------------------------------- */
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
src: url("/fonts/Roboto.woff") format("woff"), local("Roboto");
|
src: url("/fonts/Roboto.woff") format("woff"), local("Roboto");
|
||||||
|
|
||||||
font-display: swap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
font-display: swap;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
src: url("/fonts/Roboto-bold.woff") format("woff"), local("Roboto");
|
src: url("/fonts/Roboto-bold.woff") format("woff"), local("Roboto");
|
||||||
|
|
||||||
font-display: swap;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
.options__select,
|
.options__select,
|
||||||
.options__btn {
|
.options__btn {
|
||||||
|
appearance: none;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
border: .1rem solid transparent;
|
border: .1rem solid transparent;
|
||||||
border-radius: .3rem;
|
border-radius: .3rem;
|
||||||
|
@ -22,8 +23,6 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
line-height: 2.2rem;
|
line-height: 2.2rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
appearance: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.options__select:focus,
|
.options__select:focus,
|
||||||
|
|
Loading…
Reference in a new issue