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

24 lines
441 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;
}
2017-01-16 11:01:11 +00:00
/* TODO: No utilizar !important */
.mdl-button {
font-weight: bolder;
}
2017-01-16 11:01:11 +00:00
.mdl-button--colored {
color: white !important;
2017-01-14 09:39:54 +00:00
}
2017-01-16 11:01:11 +00:00
.mdl-button--colored,
.mdl-button--colored:focus,
.mdl-button--colored:active {
background-color: #ffa410 !important;
}
2017-01-16 11:01:11 +00:00
.mdl-button--colored:hover {
background-color: #ffa410 !important;
}