Backport scss changes for ee 7973
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973
This commit is contained in:
parent
a310a638db
commit
711c1812b7
1 changed files with 10 additions and 0 deletions
|
@ -334,6 +334,14 @@ img.emoji {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.outline-0 {
|
||||||
|
outline: 0;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/** COMMON CLASSES **/
|
/** COMMON CLASSES **/
|
||||||
.prepend-top-0 { margin-top: 0; }
|
.prepend-top-0 { margin-top: 0; }
|
||||||
.prepend-top-2 { margin-top: 2px; }
|
.prepend-top-2 { margin-top: 2px; }
|
||||||
|
@ -369,3 +377,5 @@ img.emoji {
|
||||||
.flex-align-self-center { align-self: center; }
|
.flex-align-self-center { align-self: center; }
|
||||||
.flex-grow { flex-grow: 1; }
|
.flex-grow { flex-grow: 1; }
|
||||||
.flex-no-shrink { flex-shrink: 0; }
|
.flex-no-shrink { flex-shrink: 0; }
|
||||||
|
.mw-460 { max-width: 460px; }
|
||||||
|
.ws-initial { white-space: initial; }
|
||||||
|
|
Loading…
Reference in a new issue