open-consul/website/components/tabs/style.css

9 lines
210 B
CSS
Raw Normal View History

2020-05-08 20:42:08 +00:00
/* This is a CSS overwrite on top of the existing component styles to accommodate the Learn layout */
.g-tabs {
& .g-grid-container,
& > .g-grid-container {
padding-left: 0;
padding-right: 0;
}
}