app/assets/stylesheets/components/_tabs.scss in arctic_admin-1.2.8 vs app/assets/stylesheets/components/_tabs.scss in arctic_admin-1.2.9
- old
+ new
@@ -1,7 +1,7 @@
.tabs.ui-tabs {
- box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
- border-radius: 3px;
+ @include box-shadow(0 0 4px 0 rgba(0,0,0,.1));
+ border-radius: $border-radius;
.nav {
text-align: center;
border-bottom: 1px solid $body-background;
\ No newline at end of file