Fix caret and border-bottom alignement on Discover page
This commit is contained in:
parent
9717bdc47b
commit
c9013950d7
2
app/dist/fix.ie9.js.map
vendored
2
app/dist/fix.ie9.js.map
vendored
File diff suppressed because one or more lines are too long
2
app/dist/index.js.map
vendored
2
app/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
app/dist/style.css
vendored
2
app/dist/style.css
vendored
File diff suppressed because one or more lines are too long
@ -5,9 +5,8 @@
|
|||||||
.h2Title {
|
.h2Title {
|
||||||
border: none;
|
border: none;
|
||||||
font-size: $font-size-h2;
|
font-size: $font-size-h2;
|
||||||
padding: 0 25px 0 0;
|
padding: 0;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.h2Title:active,
|
.h2Title:active,
|
||||||
@ -17,9 +16,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.caret {
|
.caret {
|
||||||
position: absolute;
|
display: inline-block;
|
||||||
bottom: -4px;
|
margin-top: 1em;
|
||||||
right: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.h2Title .caret {
|
.h2Title .caret {
|
||||||
@ -30,6 +28,13 @@
|
|||||||
border-bottom: 1px dotted black;
|
border-bottom: 1px dotted black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dashedUnderline,
|
||||||
|
.caret {
|
||||||
|
/* Fix for alignment of caret and border-bottom */
|
||||||
|
display: inline-block;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user