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 {
|
||||
border: none;
|
||||
font-size: $font-size-h2;
|
||||
padding: 0 25px 0 0;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.h2Title:active,
|
||||
@ -17,9 +16,8 @@
|
||||
}
|
||||
|
||||
.caret {
|
||||
position: absolute;
|
||||
bottom: -4px;
|
||||
right: 0;
|
||||
display: inline-block;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.h2Title .caret {
|
||||
@ -30,6 +28,13 @@
|
||||
border-bottom: 1px dotted black;
|
||||
}
|
||||
|
||||
.dashedUnderline,
|
||||
.caret {
|
||||
/* Fix for alignment of caret and border-bottom */
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user