-
Notifications
You must be signed in to change notification settings - Fork 0
/
okta-theme-mob-okta-ng.css
31 lines (29 loc) · 1.02 KB
/
okta-theme-mob-okta-ng.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
body {
<<<<<<< HEAD
background-image: url('https://inigorecondo-okta.github.io/OKTA-CSS/background-okta-ng.jpeg');
background-position: center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
=======
background-image: url('https://inigorecondo-okta.github.io/OKTA-CSS/background-okta-ng.jpeg');
background-position: center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#okta-sign-in.auth-container .button-primary {
color: #fff;
background-color: #007dc1;
background: linear-gradient(#03148C,#03148C);
border-color: #004b75 #004b75 #00456a;
box-shadow: 0 1px 0rgba(0,0,0,.15),inset 0 1px 0 0hsla(0,0%,100%,.1);
}
#okta-sign-in.auth-container .button-primary, #okta-sign-in.auth-container .button-primary:hover {
background: #03148C;
color: #fff;
}
>>>>>>> ee7a8f9d431b131342369798b9aa379fa0c8d760