1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 02:17:36 +01:00

Update SCSS

This commit is contained in:
Giulio Cesare Solaroli
2015-03-11 18:28:28 +01:00
parent 87d09890a4
commit 502f03d555
5 changed files with 27 additions and 9 deletions

View File

@@ -107,12 +107,12 @@
cursor: pointer;
font-size: 24pt;
&:before {
content: "> ";
};
a {
line-height: 50pt;
&:before {
content: "> ";
};
}
}
}

View File

@@ -85,13 +85,21 @@
a.button {
@include border-radius(2);
display: inline-block;
padding: 4px 8px;
padding: 10px 16px;
background-color: green;
color: white;
&:hover {
color: lightgrey;
};
&.disabled {
background-color: #999;
&:hover {
color: white;
};
}
}
}
}