mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 23:13:22 -07:00
Implement button styles
This commit is contained in:
@@ -21,8 +21,25 @@ a{
|
||||
}
|
||||
|
||||
button{
|
||||
padding: 8px 12px;
|
||||
font-family: Jost, sans-serif;
|
||||
font-weight: 500;
|
||||
font-size: 0.9rem;
|
||||
padding: 10px 17px 11px 16px;
|
||||
border-radius: 4px;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border-right: 2px solid rgba(0, 0, 0, 0.5);
|
||||
border-bottom: 2px solid rgba(0, 0, 0, 0.5);
|
||||
font-kerning: auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button:active{
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
|
||||
padding-right: 16px;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
button.button-grass{
|
||||
|
||||
Reference in New Issue
Block a user