16 lines
195 B
CSS
16 lines
195 B
CSS
#signUpHeader .sb-inner {
|
|
background-color: white;
|
|
}
|
|
|
|
#join .sb-inner {
|
|
background: #9a8fc3;
|
|
}
|
|
|
|
#join .sb-shadow {
|
|
background: white;
|
|
}
|
|
|
|
#join .sb-border {
|
|
background: #A29BBF;
|
|
}
|