cosmetic changes

This commit is contained in:
Rohit
2019-07-08 18:48:12 -04:00
parent 3ceaca926d
commit c1287159e4
4 changed files with 25 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ html, body {
}
.execution-control .button-area > button {
font-size: 12pt !important;
/* font-size: 12pt !important; */
}
button[class*="disabled"] {
@@ -470,4 +470,20 @@ html, body {
.teaching-mode-operations, .play-mode-operations {
margin-left : 8.33% !important
}
.slider-options .btn-primary {
background : #3671F9;
width: 100%;
margin-bottom: 10px;
}
.progress-bar {
background : #3671F9;
}
.progress-bar-label {
color: grey;
line-height: 21px;
font-size: 16px;
}