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

new UX for category management

This commit is contained in:
Harvey Kandola 2017-11-27 15:38:39 +00:00
parent 1c08a7fbcf
commit 1f0fc844a8
29 changed files with 287 additions and 397 deletions

View file

@ -25,12 +25,24 @@ body {
}
a {
@include ease-in();
color: $color-link;
text-decoration: none;
cursor: pointer;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
// text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
a:focus,
a:hover {
text-decoration: none;
}
}
a.admin-link {
// color: $color-gray;
text-decoration: none;
font-weight: bold;
a:focus,
a:hover {