forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
643 B
30 lines
643 B
@import "../../bibase"; |
|
.bi-login-timeout-center{ |
|
& .input-wrapper{ |
|
border-bottom: 1px solid @color-bi-border-line; |
|
& .login-input{ |
|
font-size: @font-size-16; |
|
} |
|
& .error-mask{ |
|
background: @color-bi-background-black; |
|
.opacity(0.25); |
|
color: @color-bi-text; |
|
font-size: @font-size-16; |
|
} |
|
} |
|
& .login-button{ |
|
background: @color-bi-background-highlight; |
|
.border-radius(25px); |
|
font-size: @font-size-22; |
|
color: @color-bi-text; |
|
&:hover{ |
|
.opacity(0.8); |
|
} |
|
} |
|
} |
|
.bi-login-timeout-south{ |
|
& .keep-state{ |
|
font-size: @font-size-14; |
|
color: @color-bi-text-gray; |
|
} |
|
} |