2016-08-10 21:36:11 +02:00
|
|
|
/**
|
|
|
|
* Style for Discover component.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// TODO: Fix this style
|
|
|
|
|
2016-08-03 15:44:29 +02:00
|
|
|
.noMarginTop {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h2Title {
|
|
|
|
border: none;
|
|
|
|
font-size: $font-size-h2;
|
2016-08-03 20:28:26 +02:00
|
|
|
padding: 0;
|
2016-08-03 15:44:29 +02:00
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.h2Title:active,
|
|
|
|
.h2Title:hover,
|
|
|
|
.h2Title:focus {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caret {
|
2016-08-03 20:28:26 +02:00
|
|
|
display: inline-block;
|
|
|
|
margin-top: 1em;
|
2016-08-03 15:44:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.h2Title .caret {
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashedUnderline {
|
|
|
|
border-bottom: 1px dotted black;
|
|
|
|
}
|
|
|
|
|
2016-08-03 20:28:26 +02:00
|
|
|
.dashedUnderline,
|
|
|
|
.caret {
|
|
|
|
/* Fix for alignment of caret and border-bottom */
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2016-08-03 15:44:29 +02:00
|
|
|
.dropdown-menu {
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
min-width: 0;
|
|
|
|
}
|