Backport scss changes for ee 7973

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973
This commit is contained in:
Adriel Santiago 2018-10-19 19:53:32 -04:00
parent a310a638db
commit 711c1812b7
No known key found for this signature in database
GPG key ID: 3728DA7C3CC3EE76

View file

@ -334,6 +334,14 @@ img.emoji {
}
}
.outline-0 {
outline: 0;
&:focus {
outline: 0;
}
}
/** COMMON CLASSES **/
.prepend-top-0 { margin-top: 0; }
.prepend-top-2 { margin-top: 2px; }
@ -369,3 +377,5 @@ img.emoji {
.flex-align-self-center { align-self: center; }
.flex-grow { flex-grow: 1; }
.flex-no-shrink { flex-shrink: 0; }
.mw-460 { max-width: 460px; }
.ws-initial { white-space: initial; }