2019-06-14 17:32:17 +00:00
|
|
|
.minerva__tab-container {
|
2019-06-18 20:34:24 +00:00
|
|
|
white-space: nowrap;
|
2019-06-14 17:32:17 +00:00
|
|
|
overflow-x: auto;
|
2019-01-10 22:59:56 +00:00
|
|
|
|
2019-06-14 17:32:17 +00:00
|
|
|
.minerva__tab {
|
2024-01-31 15:06:56 +00:00
|
|
|
font-size: @font-size-tag-line;
|
2019-07-22 11:42:12 +00:00
|
|
|
margin: 0 10px 0 0;
|
2019-06-14 17:32:17 +00:00
|
|
|
font-weight: bold;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
display: inline-block;
|
|
|
|
|
2023-12-19 00:22:18 +00:00
|
|
|
a {
|
2024-02-01 17:33:08 +00:00
|
|
|
color: var( --color-subtle );
|
2019-06-25 01:10:51 +00:00
|
|
|
}
|
|
|
|
|
2023-12-19 00:22:18 +00:00
|
|
|
a:visited,
|
|
|
|
a:hover,
|
|
|
|
a:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.new a,
|
|
|
|
&.new a:visited,
|
|
|
|
&.new a:hover,
|
|
|
|
&.new a:active {
|
2024-02-02 21:54:11 +00:00
|
|
|
color: var( --color-link-red );
|
2019-06-14 17:32:17 +00:00
|
|
|
}
|
2023-12-20 22:28:08 +00:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// note core doesn't use BEM.
|
|
|
|
&.selected {
|
|
|
|
border-bottom: @border-width-thick @border-style-base #54595d;
|
|
|
|
}
|
2019-01-10 22:59:56 +00:00
|
|
|
}
|
|
|
|
}
|