add: refactored everything
This commit is contained in:
+14
-17
@@ -1,26 +1,23 @@
|
||||
.run_btn:focus {
|
||||
background: #1c71d8;
|
||||
color: #ffffff;
|
||||
.main-content {
|
||||
min-width: 356px;
|
||||
}
|
||||
|
||||
.run_btn:hover {
|
||||
background: #3584e4;
|
||||
.title {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.run_btn:active {
|
||||
background: #1a5fb4;
|
||||
.heading {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.run_btn {
|
||||
background: #1a5fb4;
|
||||
.selection-row {
|
||||
min-height: 48px;
|
||||
padding: 10px 12px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.run_btn:disabled {
|
||||
background: #3d3846;
|
||||
color: #5e5c64;
|
||||
.format-row {
|
||||
min-height: 48px;
|
||||
padding: 10px 12px;
|
||||
}
|
||||
|
||||
.headerbar {
|
||||
background: #353535;
|
||||
border: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user