1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

restructure CSS files

This commit is contained in:
Harvey Kandola 2017-11-28 11:32:14 +00:00
parent 68f5008a52
commit fd6b4c051b
14 changed files with 110 additions and 137 deletions

View file

@ -55,17 +55,6 @@ a.broken-link {
text-decoration: line-through;
}
a.alt {
color: $color-blue;
text-decoration: none;
cursor: pointer;
a:focus,
a:hover {
text-decoration: underline;
}
}
.no-outline {
outline: none !important;
border: none !important;