|
@@ -1,5 +1,5 @@
|
|
|
.creation-container {
|
|
|
- background-color: var(--background-color);
|
|
|
+ background-image: url("/assets/images/background-0.jpg");
|
|
|
background-size: cover;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
@@ -10,8 +10,8 @@
|
|
|
padding: 1rem;
|
|
|
margin: auto;
|
|
|
width: 800px;
|
|
|
- border: var(--border);
|
|
|
- background-color: var(--items-hover);
|
|
|
+ border: var(--gold-3);
|
|
|
+ background-image: url("/assets/images/texture-0.jpg");
|
|
|
box-shadow: var(--shadow);
|
|
|
border-radius: 10px;
|
|
|
display: flex;
|
|
@@ -19,41 +19,42 @@
|
|
|
gap: 1rem;
|
|
|
}
|
|
|
|
|
|
-@mixin button {
|
|
|
- color: black;
|
|
|
- border: none;
|
|
|
- border-radius: 10px;
|
|
|
- box-shadow: var(--shadow);
|
|
|
- height: 4rem;
|
|
|
- width: 12rem;
|
|
|
- font-size: 1.125rem;
|
|
|
- font-weight: 600;
|
|
|
- transition: all 0.2s ease-in-out;
|
|
|
-}
|
|
|
-
|
|
|
.button-row {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
margin-top: 1rem;
|
|
|
margin-bottom: 1rem;
|
|
|
}
|
|
|
-.cancel-button {
|
|
|
- background: var(--delete);
|
|
|
- @include button;
|
|
|
- &:hover {
|
|
|
- background: var(--delete-hover);
|
|
|
- scale: 1.03;
|
|
|
- }
|
|
|
-}
|
|
|
|
|
|
-.create-button {
|
|
|
- background: var(--accept);
|
|
|
- @include button;
|
|
|
- &:hover {
|
|
|
- background: var(--accept-hover);
|
|
|
- scale: 1.03;
|
|
|
- }
|
|
|
-}
|
|
|
+// @mixin button {
|
|
|
+// color: black;
|
|
|
+// border: none;
|
|
|
+// border-radius: 10px;
|
|
|
+// box-shadow: var(--shadow);
|
|
|
+// height: 4rem;
|
|
|
+// width: 12rem;
|
|
|
+// font-size: 1.125rem;
|
|
|
+// font-weight: 600;
|
|
|
+// transition: all 0.2s ease-in-out;
|
|
|
+// }
|
|
|
+
|
|
|
+// .cancel-button {
|
|
|
+// background: var(--delete);
|
|
|
+// @include button;
|
|
|
+// &:hover {
|
|
|
+// background: var(--delete-hover);
|
|
|
+// scale: 1.03;
|
|
|
+// }
|
|
|
+// }
|
|
|
+
|
|
|
+// .create-button {
|
|
|
+// background: var(--accept);
|
|
|
+// @include button;
|
|
|
+// &:hover {
|
|
|
+// background: var(--accept-hover);
|
|
|
+// scale: 1.03;
|
|
|
+// }
|
|
|
+// }
|
|
|
|
|
|
::ng-deep .mat-mdc-optgroup-label .mdc-list-item__primary-text {
|
|
|
font-size: 0.825rem !important;
|