Pārlūkot izejas kodu

refactor: worked more on making components look like before Bulma removal

Kristian Vos 3 gadi atpakaļ
vecāks
revīzija
44c48f4d2e
1 mainītis faili ar 29 papildinājumiem un 0 dzēšanām
  1. 29 0
      frontend/src/App.vue

+ 29 - 0
frontend/src/App.vue

@@ -623,6 +623,12 @@ strong {
 	color: inherit;
 }
 
+hr {
+	background-color: #dbdbdb;
+	border: none;
+	height: 1px;
+}
+
 p,
 button,
 input,
@@ -631,6 +637,21 @@ textarea {
 	font-family: "Inter", Helvetica, Arial, sans-serif;
 }
 
+input,
+select,
+textarea {
+	outline: none;
+}
+
+.label {
+	display: flex;
+	font-weight: 700;
+
+	&:not(:last-child) {
+		margin-bottom: 5px;
+	}
+}
+
 #page-title {
 	margin-top: 0;
 	font-size: 35px;
@@ -1190,6 +1211,14 @@ button.delete:focus {
 
 .control {
 	margin-bottom: 5px !important;
+
+	&.is-grouped {
+		display: flex;
+	}
+
+	&.is-expanded {
+		flex: 1;
+	}
 }
 
 .input-with-button {