mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
15 lines
224 B
SCSS
15 lines
224 B
SCSS
$theme-color: #17b53f;
|
|
|
|
.md-button {
|
|
background-color: $theme-color;
|
|
border-radius: 5px;
|
|
border: 0;
|
|
color: white;
|
|
padding: 5px 10px;
|
|
margin-bottom: 20px;
|
|
};
|
|
|
|
.md-button:hover {
|
|
opacity: 0.85;
|
|
cursor: grab;
|
|
}; |