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

29 lines
560 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-17 12:12:05 +00:00
.mdl-button--colored:hover,
.mdl-button--raised:hover {
2017-01-16 11:01:11 +00:00
background-color: #ffa410 !important;
}
2017-01-17 11:24:32 +00:00
.mdl-button--fab{
color: white !important;
background-color: #ff9400 !important;
2017-01-17 12:12:05 +00:00
}