Add large size buttons variant and make disabled state global

This commit is contained in:
2021-10-18 11:14:02 +02:00
parent 7ca8366cd5
commit d9648f7513
5 changed files with 36 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ strong {
em {
font-style: normal;
}
figure, p, dl, dt, dd, ul, li {
figure, p, dl, dt, dd, ul, ol, li {
margin: 0;
padding: 0;
}
@@ -37,6 +37,10 @@ button {
background: none;
border: none;
cursor: pointer;
&[disabled] {
cursor: not-allowed;
}
}
// Accessibility outline