adding the social links to the social share buttons. minor edit for the toggle buttons

This commit is contained in:
Calvin Jhunjhnuwala
2020-09-17 14:20:50 -07:00
parent 76c5a1cfe2
commit 0c95827d97
4 changed files with 19 additions and 13 deletions

View File

@@ -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;