|
|
|
@ -578,9 +578,41 @@ $labels-dark: #8a8dba; // header nav, labels |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#explorersModal { |
|
|
|
|
.modal-title { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.text-muted { |
|
|
|
|
color: $labels-dark; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.modal-footer { |
|
|
|
|
border-top-color: darken($labels-dark, 30); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.modal-content { |
|
|
|
|
background-color: $dark-light-bg; |
|
|
|
|
|
|
|
|
|
.btn-primary { |
|
|
|
|
background-color: $dark-primary; |
|
|
|
|
border-color: $dark-primary; |
|
|
|
|
&:hover { |
|
|
|
|
background-color: $dark-primary; |
|
|
|
|
border-color: $dark-primary; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.verify-other-explorers-cell { |
|
|
|
|
.exp-logo { |
|
|
|
|
color: #333 !important; |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.close { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -712,16 +744,38 @@ $labels-dark: #8a8dba; // header nav, labels |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.close { |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// alert link |
|
|
|
|
// alerts |
|
|
|
|
.alert-link { |
|
|
|
|
color: $dark-secondary; |
|
|
|
|
color: $labels-dark; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// alert danger |
|
|
|
|
.alert-danger { |
|
|
|
|
background-color: $dark-light; |
|
|
|
|
border-color: $dark-light; |
|
|
|
|
.alert-link { |
|
|
|
|
color: $alert-danger-color; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tile .alert { |
|
|
|
|
background: rgba(#000, .1); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// primary buttons |
|
|
|
|
.btn-full-primary, .button-primary { |
|
|
|
|
background: $dark-primary; |
|
|
|
|
border-color: $dark-primary; |
|
|
|
|
color: #fff; |
|
|
|
|
&:hover { |
|
|
|
|
background: darken($dark-primary, 6); |
|
|
|
|
border-color: darken($dark-primary, 6); |
|
|
|
|
color: #fff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |