Mercurial > hg > isophonics-drupal-site
comparison core/themes/bartik/css/components/vertical-tabs.component.css @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 /** | |
2 * @file | |
3 * Vertical tabs component. | |
4 */ | |
5 | |
6 /* Vertical Tabs Reset */ | |
7 .vertical-tabs__menu { | |
8 margin: -1px 0 -1px -15em; /* LTR */ | |
9 padding: 0; | |
10 } | |
11 [dir="rtl"] .vertical-tabs__menu { | |
12 margin-left: 0; | |
13 margin-right: -15em; | |
14 /* This is required to win specificity over [dir="rtl"] .region-content ul */ | |
15 padding: 0; | |
16 } |