summaryrefslogtreecommitdiffstats
path: root/public/src/app/home/home.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'public/src/app/home/home.component.scss')
-rw-r--r--public/src/app/home/home.component.scss28
1 files changed, 23 insertions, 5 deletions
diff --git a/public/src/app/home/home.component.scss b/public/src/app/home/home.component.scss
index 63d0544..890d463 100644
--- a/public/src/app/home/home.component.scss
+++ b/public/src/app/home/home.component.scss
@@ -1,16 +1,20 @@
@import '~@swimlane/ngx-datatable/release/themes/material.css';
+
+$success-color-main: #5cb85c;
+$success-color-hover: #9ed29e;
+$primary-color-hover: #7bd0f1;
+
.home-container {
display: flex;
flex-direction: column;
height: 100%;
- margin: 15px 20px;
- margin-left: 15px;
- margin-right: 15px;
- .wrapper-btn-add-mc {
- margin-top: 46px;
+ margin: 15px;
+
+ .wrapper-btn-mc {
display: flex;
flex-direction: column;
align-items: center;
+ float: left;
}
.btn-create {
width: 150px;
@@ -18,6 +22,20 @@
}
}
+.mat-success {
+ background-color: $success-color-main;
+ border-color: #4cae4c;
+ color: #fff;
+}
+
+button.mat-success:not([disabled]):hover {
+ background-color: $success-color-hover;
+}
+
+button.mat-primary:not([disabled]):hover {
+ background-color: $primary-color-hover;
+}
+
.my-confrim-dialog .mat-dialog-container {
max-width: 600px;
width: 500px;