mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
adding the social links to the social share buttons. minor edit for the toggle buttons
This commit is contained in:
@@ -172,14 +172,6 @@
|
||||
background: $primary;
|
||||
color: $black;
|
||||
}
|
||||
#data-selector li:first-child a {
|
||||
border-top-left-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
}
|
||||
#data-selector li:last-child a {
|
||||
border-top-right-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
.tab-content div {
|
||||
display: none;
|
||||
}
|
||||
@@ -267,6 +259,16 @@
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
@include media-breakpoint-up(md){
|
||||
#data-selector li:first-child a {
|
||||
border-top-left-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
}
|
||||
#data-selector li:last-child a {
|
||||
border-top-right-radius: 8px;
|
||||
border-bottom-right-radius: 8px;
|
||||
}
|
||||
}
|
||||
.viz-wrapper {
|
||||
position: relative;
|
||||
height: 204px;
|
||||
|
||||
Reference in New Issue
Block a user