Simpler button
This commit is contained in:
parent
6cd15dfb33
commit
ff91693ec4
@ -95,8 +95,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
padding: 10px 40px;
|
padding: 8px 30px;
|
||||||
border: thin solid rgba(255, 255, 255, 0.2);
|
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background: rgba(255, 255, 255, 0.1);
|
background: rgba(255, 255, 255, 0.1);
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
@ -109,7 +108,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
border: thin solid rgba(255, 255, 255, 0.4);
|
|
||||||
background: rgba(255, 255, 255, 0.2);
|
background: rgba(255, 255, 255, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user