Config update

pull/345/head
cagataycivici 2020-05-14 12:00:32 +03:00
parent 4e6080d505
commit 8e6f8e1b77
1 changed files with 40 additions and 37 deletions

View File

@ -95,18 +95,18 @@
&:focus { &:focus {
outline: 0 none; outline: 0 none;
box-shadow: 0 0 0 0.2em $focusBorderColor; box-shadow: 0 0 0 0.2rem $focusBorderColor;
} }
} }
h1 { h1 {
font-size: 18px; font-size: 1.286rem;
letter-spacing: .1px; letter-spacing: .1px;
margin: 0 0 .5em 0; margin: 0 0 .5rem 0;
} }
.p-grid > div { .p-grid > div {
padding: 1em .5rem; padding: 1rem .5rem;
text-align: center; text-align: center;
span { span {
@ -115,7 +115,7 @@
} }
p { p {
margin: 0 0 2em 0; margin: 0 0 2rem 0;
} }
.config-scale { .config-scale {
@ -123,8 +123,9 @@
align-items: center; align-items: center;
margin: 1rem 0 2rem 0; margin: 1rem 0 2rem 0;
button { .p-button {
margin-right: .5rem; margin-right: .5rem;
border: 0 none !important;
} }
i { i {
@ -155,9 +156,10 @@
} }
.current-theme { .current-theme {
box-shadow: 0 0 0 0.2em $focusBorderColor; box-shadow: 0 0 0 0.2rem $focusBorderColor;
} }
.p-grid {
button { button {
position: relative; position: relative;
display: inline-flex; display: inline-flex;
@ -182,13 +184,14 @@
} }
&:focus { &:focus {
box-shadow: 0 0 0 0.2em $focusBorderColor; box-shadow: 0 0 0 0.2rem $focusBorderColor;
} }
&:hover { &:hover {
transform: scale(1.1); transform: scale(1.1);
} }
} }
}
.premium-themes { .premium-themes {
padding: 2rem; padding: 2rem;