mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Style top nav
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
.content a.button {
|
||||
color: $black;
|
||||
border: 1px solid $gray-300;
|
||||
color: $white;
|
||||
border: 2px solid $white;
|
||||
}
|
||||
.content a.button:hover {
|
||||
border: 1px solid $black;
|
||||
}
|
||||
|
||||
.btn-outline-secondary {
|
||||
color: $black;
|
||||
border-color: $gray-300;
|
||||
color: $white;
|
||||
border-color: $white;
|
||||
}
|
||||
|
||||
#main_content_wrapper .btn-outline-secondary:hover,
|
||||
#main_content_wrapper .btn-outline-secondary:active,
|
||||
.button:hover, #request_button:hover {
|
||||
/* Undo Bootstrap styling */
|
||||
color: $black;
|
||||
color: $white;
|
||||
background-color: inherit;
|
||||
border: 1px solid $black;
|
||||
border: 2px solid $white;
|
||||
}
|
||||
|
||||
/* Button styling ----------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user