Skip to content

Commit

Permalink
Tabs block custom border left/top
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Jul 1, 2022
1 parent e35d131 commit ca4cce0
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions theme/themes/eea/extras/custom.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,44 @@
.homepage .grid-block-teaser a {
color: inherit;
}

// Tabs block border left/top
.tabs-block {
.border-left {
border-right: none !important;
border-left: 0.0625rem solid @midGray !important;

.item.active {
border-right: none !important;
border-left-style: solid !important;
margin: 0em 0em 0em -0.2rem !important;
}

.item:active {
border-right: none !important;
}
}

.border-top {
border: none !important;
border-top: 0.0625rem solid @midGray !important;

&::before {
border-top: none !important;
}

.item {
border: none !important;
}

.item.active {
border-bottom: none !important;
border-top-style: solid !important;
margin: 0em 0em 0em -0.2rem !important;
}

.item:active {
border-bottom: none !important;
}
}
}

0 comments on commit ca4cce0

Please sign in to comment.