Browse Source

basilisk progress bar css fix

all-modes
pbca26 8 years ago
parent
commit
52d5bdf9e4
  1. 32
      react/src/components/overrides.scss

32
react/src/components/overrides.scss

@ -40,14 +40,17 @@ body {
.panel-title { .panel-title {
cursor: pointer; cursor: pointer;
cursor: hand; cursor: hand;
}
.panel-title:before { &:before {
content: '\F273'; content: '\F273';
} }
.panel-title.collapsed:before { &.collapsed {
&:before {
content: '\F278'; content: '\F278';
} }
} }
}
}
#section-dashboard { #section-dashboard {
height: 100%; height: 100%;
@ -145,10 +148,11 @@ body {
.display-sync-only-coins-toggle { .display-sync-only-coins-toggle {
cursor: pointer; cursor: pointer;
}
.display-sync-only-coins-toggle:hover { &:hover {
color: #ffa726; color: #ffa726;
} }
}
.btn-add-coin-item, .btn-add-coin-item,
.btn-add-coin-item-options, .btn-add-coin-item-options,
@ -197,13 +201,17 @@ body {
margin-right: 8%; margin-right: 8%;
padding: 0; padding: 0;
.input.to-labelauty+label { .input{
&.to-labelauty+label {
max-width: 136px; max-width: 136px;
} }
} }
.col-lg-4:last-child { }
.col-lg-4 {
&:last-child {
margin-right: 0; margin-right: 0;
} }
}
.col-sm-1 { .col-sm-1 {
width: 44px; width: 44px;
padding: 0; padding: 0;
@ -244,10 +252,12 @@ body {
width: 80%; width: 80%;
margin: 0 auto; margin: 0 auto;
} }
.padding-bottom-60:last-child { .padding-bottom-60 {
&:last-child {
padding-bottom: 0 !important; padding-bottom: 0 !important;
} }
} }
}
#SettingsAccordion { #SettingsAccordion {
.panel { .panel {
@ -593,3 +603,9 @@ select{
.navbar-brand { .navbar-brand {
padding: 22px 15px; padding: 22px 15px;
} }
.panel-actions {
.progress {
width: inherit;
}
}
Loading…
Cancel
Save