瀏覽代碼

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

Kristian Vos 3 年之前
父節點
當前提交
44c48f4d2e
共有 1 個文件被更改,包括 29 次插入0 次删除
  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 {