UPD: Feedback type buttons
This commit is contained in:
@@ -106,19 +106,4 @@
|
||||
h1,h2,h3,h4,h5,h6{
|
||||
@apply font-heading;
|
||||
}
|
||||
|
||||
#scale div{
|
||||
width: 2px;
|
||||
margin-right: 2px;
|
||||
height: 5px;
|
||||
@apply bg-white;
|
||||
}
|
||||
|
||||
#scale div.active{
|
||||
@apply bg-orange-500;
|
||||
}
|
||||
#scale div.current{
|
||||
@apply bg-orange-500;
|
||||
height: 10px;
|
||||
}
|
||||
}
|
||||
@@ -1,44 +1,5 @@
|
||||
@import './base.css';
|
||||
|
||||
#app {
|
||||
|
||||
margin: 0 auto;
|
||||
padding: 0rem 0rem !important;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a,
|
||||
.green {
|
||||
text-decoration: none;
|
||||
color: hsla(160, 100%, 37%, 1);
|
||||
transition: 0.4s;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.text-xs {
|
||||
font-size: 0.625rem;
|
||||
letter-spacing: 0.05em;
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
a:hover {
|
||||
background-color: hsla(160, 100%, 37%, 0.2);
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
body {
|
||||
display: flex;
|
||||
place-items: center;
|
||||
}
|
||||
|
||||
#app {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
input[type="number"]::-webkit-inner-spin-button,
|
||||
input[type="number"]::-webkit-outer-spin-button {
|
||||
|
||||
Reference in New Issue
Block a user