Commit 605e952e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'backport-ce-for-5781-operations-homepage-mvc-frontend' into 'master'

Backport scss changes for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973

See merge request gitlab-org/gitlab-ce!22503
parents 9e76a434 711c1812
......@@ -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; }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment