2024-02-12 15:43:34 +01:00

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;
};