Skip to content

Commit 4353107

Browse files
committed
merging one more change
1 parent c735179 commit 4353107

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

src/app/styles/components/_buttons.scss

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@
6565
}
6666

6767
.clear-button {
68-
background:#3256f1;
68+
background: #3256f1;
6969
background-color: #050787;
70-
color:#3256f1
70+
color: #3256f1;
7171
}
7272

73-
7473
.empty-button:hover {
7574
color: black;
7675
box-shadow: #ff0001;
@@ -403,13 +402,8 @@ aside {
403402
.reconnect-button-pop-up {
404403
padding: 3px;
405404
outline: transparent;
406-
<<<<<<< HEAD
407-
background: $red-color-gradient;
408-
color: $text-color !important;
409-
=======
410-
background-color: #050787;
405+
background-color: #050787;
411406
color: $reconnect-button-text !important;
412-
>>>>>>> origin/consolidated-colors
413407
border: none;
414408
border-radius: 3px;
415409
cursor: pointer;
@@ -440,13 +434,8 @@ aside {
440434

441435
.close-icon-pop-up {
442436
cursor: pointer;
443-
<<<<<<< HEAD
444-
color: $text-color;
445-
font-size: 20px;
446-
=======
447437
color: #ff0001;
448-
font-size: 20px;
449-
>>>>>>> origin/consolidated-colors
438+
font-size: 20px;
450439
padding-right: 8px;
451440
color: black;
452441
}

0 commit comments

Comments
 (0)