2017-01-02 11:27:09 +00:00
|
|
|
/*
|
2016-11-30 15:48:32 +00:00
|
|
|
.mdl-textfield {
|
|
|
|
width: 100%;
|
2016-11-30 17:08:03 +00:00
|
|
|
}
|
|
|
|
.mdl-button--raised {
|
|
|
|
background-color: #ff9400;
|
|
|
|
font-weight: bolder;
|
|
|
|
color: white;
|
|
|
|
}
|
2016-12-15 15:55:11 +00:00
|
|
|
|
|
|
|
.mdl-button--icon {
|
|
|
|
background-color: #ff9400;
|
|
|
|
font-weight: bolder;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
.mdl-button--icon:hover {
|
|
|
|
background-color: #ffa410;
|
|
|
|
}
|
|
|
|
|
2016-11-30 17:08:03 +00:00
|
|
|
.mdl-button--raised:hover {
|
|
|
|
background-color: #ffa410;
|
2017-01-02 11:59:37 +00:00
|
|
|
<<<<<<< HEAD
|
2017-01-02 11:51:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mdl-textfield__label{
|
|
|
|
top: 0px;
|
2017-01-02 11:59:37 +00:00
|
|
|
}
|
|
|
|
=======
|
|
|
|
}*/
|
|
|
|
>>>>>>> 5d9eb50527be872241cb56f77b0e5a7ae2c2026f
|