mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-15 16:31:24 -05:00
23 lines
442 B
CSS
23 lines
442 B
CSS
.subscribeButton {
|
|
background-repeat: repeat;
|
|
border: 1px solid #444;
|
|
padding: 1px 6px;
|
|
color: white;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
.joinButton {
|
|
background-image: url('/public/assets/buttons/button-background-green.png');
|
|
}
|
|
|
|
.leaveButton {
|
|
background-image: url('/public/assets/buttons/button-background-red.png');
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
} |