blessing-skin-server/resources/assets/sass/auth.scss

18 lines
442 B
SCSS
Raw Normal View History

2016-07-21 22:01:57 +08:00
/*
2016-08-06 18:56:57 +08:00
* @Author: printempw
* @Date: 2016-06-02 13:12:33
* @Last Modified by: printempw
* @Last Modified time: 2016-08-06 18:51:24
*/
2016-07-21 22:01:57 +08:00
@import "style.scss";
.login-logo a, .register-logo a, .reset-logo a {
font-family: Minecraft, Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-serif;
transition: all .2s ease-in-out;
}
.login-logo a:hover, .register-logo a:hover, .reset-logo a:hover {
color: #42a5f5;
}