+ .share-tabs {
+ margin-bottom: 10px;
+
+ label {
+ background-color: $lightblue;
+ padding: 5px 10px;
+ }
+
+ label:first-child {
+ border-right: 1px solid #fff;
+ border-radius: 4px 0 0 4px;
+ }
+
+ label:last-child {
+ border-left: 1px solid #fff;
+ border-radius: 0 4px 4px 0;
+ }
+
+ label.active {
+ background-color: $blue;
+ }
+ }
+
+ .share-tab {
+ display: none;
+ }
+