mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 15:50: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",
|
||||
"display",
|
||||
"visibility",
|
||||
"-webkit-appearance",
|
||||
"appearance",
|
||||
"flex-direction",
|
||||
"flex-wrap",
|
||||
"flex-flow",
|
||||
|
@ -175,6 +177,7 @@
|
|||
"hyphens",
|
||||
"letter-spacing",
|
||||
"font",
|
||||
"font-display",
|
||||
"font-weight",
|
||||
"font-style",
|
||||
"font-variant",
|
||||
|
|
|
@ -3,19 +3,17 @@
|
|||
/* ----------------------------------------------------------- */
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-family: "Roboto";
|
||||
src: url("/fonts/Roboto.woff") format("woff"), local("Roboto");
|
||||
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-family: "Roboto";
|
||||
src: url("/fonts/Roboto-bold.woff") format("woff"), local("Roboto");
|
||||
|
||||
font-display: swap;
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
.options__select,
|
||||
.options__btn {
|
||||
appearance: none;
|
||||
padding: 2rem;
|
||||
border: .1rem solid transparent;
|
||||
border-radius: .3rem;
|
||||
|
@ -22,8 +23,6 @@
|
|||
color: #fff;
|
||||
line-height: 2.2rem;
|
||||
cursor: pointer;
|
||||
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.options__select:focus,
|
||||
|
|
Loading…
Reference in a new issue