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

Loading…
Cancel
Save