diff --git a/src/App.vue b/src/App.vue index efcbd23..0eeb29a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -15,7 +15,7 @@ const currentConfigPage = ref('profile_settings')
- +
diff --git a/src/assets/base.css b/src/assets/base.css index bee73ca..a8359d2 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -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; - } } \ No newline at end of file diff --git a/src/assets/main.css b/src/assets/main.css index b2a8118..40fffb1 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -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 { diff --git a/src/components/config/ConnectionTypeButton.vue b/src/components/config/ConnectionTypeButton.vue index 69dbbde..508fe15 100644 --- a/src/components/config/ConnectionTypeButton.vue +++ b/src/components/config/ConnectionTypeButton.vue @@ -9,7 +9,7 @@ :src="icon" alt="connection-type-icon" class="w-24 size-w mb-2" :class="{'invert': selected}"> - +