mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-29 18:37:35 +01:00
Update SCSS
This commit is contained in:
@@ -426,6 +426,10 @@ div.cardContent {
|
||||
|
||||
.button {
|
||||
cursor: pointer;
|
||||
|
||||
&.disabled {
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -107,12 +107,12 @@
|
||||
cursor: pointer;
|
||||
font-size: 24pt;
|
||||
|
||||
&:before {
|
||||
content: "> ";
|
||||
};
|
||||
|
||||
a {
|
||||
line-height: 50pt;
|
||||
|
||||
&:before {
|
||||
content: "> ";
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user