salix/@salix/core/src/mdl-override.css

26 lines
429 B
CSS
Raw Normal View History

2016-11-30 15:48:32 +00:00
.mdl-textfield {
width: 100%;
2017-01-05 16:40:18 +00:00
padding-bottom: 10px;
}
2017-01-05 16:40:18 +00:00
.mdl-textfield__label::after {
bottom: 10px;
}
.mdl-button--raised {
background-color: #ff9400;
font-weight: bolder;
color: white;
}
.mdl-button--icon {
background-color: #ff9400;
font-weight: bolder;
color: white;
}
.mdl-button--icon:hover {
background-color: #ffa410;
}
.mdl-button--raised:hover {
background-color: #ffa410;
2017-01-02 12:05:24 +00:00
}