Skip to content

Commit e876a23

Browse files
committed
add latest ui changes
1 parent a4a8fe7 commit e876a23

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/app/styles/components/_buttons.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
border-radius: 3px;
6161
cursor: pointer;
6262
line-height: 1.5em;
63-
font: 300 14px 'Roboto', sans-serif;
64-
font-size: $button-text-size;
63+
font: 500 16px 'Roboto', sans-serif;
64+
// font-size: $button-text-size; increase the font size and contrast for readability
6565
width: 120px;
6666
background: #62d6fb;
6767
}
@@ -94,7 +94,7 @@
9494
border: none;
9595
border-radius: 3px;
9696
background: $grey-color-gradient;
97-
font: normal 11px 'Roboto', sans-serif;
97+
font: normal 16px 'Roboto', sans-serif;
9898
color: #b0b0b0;
9999
}
100100

@@ -106,7 +106,7 @@
106106
border: transparent;
107107
border-radius: 3px;
108108
background-color: #565a61;
109-
font: normal 11px 'Roboto', sans-serif;
109+
font: normal 16px 'Roboto', sans-serif;
110110
color: #FFFFFF;
111111
transform: rotateX(90deg);
112112
transition: opacity 300ms, transform 0.15s linear;

src/app/styles/components/_renderingFrequency.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
font-family: 'Roboto', sans-serif;
4141

4242
h3 {
43-
color: $text-color;
43+
color: #FFFFFF;
4444
margin-bottom: 5px;
4545
margin-top: 5px;
4646
text-transform: uppercase;

src/app/styles/layout/_actionContainer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
.route {
30-
background-color: #ff6569;
30+
background-color: #F00008;
3131
padding-left: 10px;
3232
padding-top: 5px;
3333
padding-bottom: 5px;

0 commit comments

Comments
 (0)