platypush/platypush/backend/http/static/css/source/common/elements/button.scss

13 lines
220 B
SCSS
Raw Normal View History

button[disabled],
.button[disabled] {
color: #bbb;
background: rgba(240,240,240,1);
border: 1px solid;
}
.btn-primary {
background-color: #d8ffe0 !important;
2019-12-08 16:25:03 +01:00
border: 1px solid #c2f0cf !important;
}