mirror of https://github.com/vector-im/riot-web
Style login type with primary color
parent
7934a2950c
commit
344a5d1547
|
@ -101,6 +101,7 @@ limitations under the License.
|
||||||
.mx_Login_type_container {
|
.mx_Login_type_container {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
|
color: $primary-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_type_label {
|
.mx_Login_type_label {
|
||||||
|
|
Loading…
Reference in New Issue