UNPKG
ice-frontend-react-mobx
Version:
latest (6.0.0)
6.0.0
3.0.46
3.0.45
3.0.43
3.0.42
3.0.41
3.0.40
3.0.39
3.0.9
3.0.7
3.0.6
3.0.5
3.0.4
ICE Frontend REACT+MobX
github.com/vpsinc/ice-frontend-react-mobx
vpsinc/ice-frontend-react-mobx
ice-frontend-react-mobx
/
src
/
views
/
Login
/
Login.css
22 lines
(18 loc)
•
262 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.loginWrapper
{
width
:
400px
;
margin
:
20px
auto
0
; }
.logo
{
margin
:
10px
0
; }
.loginCardActions
{
justify-content
: flex-end; }
.forgotPwLink
{
color
:
var
(--color-text);
transition
: opacity
200ms
;
opacity
:
0.5
; &
:hover
{
opacity
:
1
; } }