update styles for organizations

pull/14396/head
Alberto Romeu 6 years ago
parent 460a4082f5
commit d24cb6868e

@ -119,7 +119,6 @@ $cWhite: #FFF;
} }
p.Sessions-text--sharedSecret { p.Sessions-text--sharedSecret {
color: $cWhite;
width: 100%; width: 100%;
height: auto; height: auto;
margin: 0 auto; margin: 0 auto;
@ -137,7 +136,6 @@ $cWhite: #FFF;
} }
p.Sessions-text--code { p.Sessions-text--code {
color: $cWhite;
font-weight: 500; font-weight: 500;
font-size: 12px; font-size: 12px;
@ -190,6 +188,10 @@ $cWhite: #FFF;
line-height: 20px; line-height: 20px;
text-align: center; text-align: center;
.Sessions-text--code, .Sessions-text--sharedSecret {
color: #979EA1;
}
a { a {
color: $cLocationBlue; color: $cLocationBlue;
text-decoration: none; text-decoration: none;
@ -208,6 +210,10 @@ $cWhite: #FFF;
line-height: 20px; line-height: 20px;
text-align: center; text-align: center;
.Sessions-text--code, .Sessions-text--sharedSecret {
color: $cWhite;
}
a { a {
color: $cWhite; color: $cWhite;
text-decoration: none; text-decoration: none;

Loading…
Cancel
Save