2016-11-30 15:48:32 +00:00
|
|
|
.mdl-textfield {
|
|
|
|
width: 100%;
|
2017-01-05 16:40:18 +00:00
|
|
|
padding-bottom: 10px;
|
2016-11-30 17:08:03 +00:00
|
|
|
}
|
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 {
|
2016-11-30 17:08:03 +00:00
|
|
|
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;
|
2016-12-15 15:55:11 +00:00
|
|
|
}
|
2017-01-17 12:12:05 +00:00
|
|
|
.mdl-button--colored:hover,
|
2016-11-30 17:08:03 +00:00
|
|
|
.mdl-button--raised:hover {
|
2017-01-16 11:01:11 +00:00
|
|
|
background-color: #ffa410 !important;
|
2016-12-15 15:55:11 +00:00
|
|
|
}
|
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
|
|
|
}
|