mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Merge pull request #3081 from vector-im/luke/css-login-support
Add CSS for a support box in login
This commit is contained in:
commit
6374526f3c
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@ limitations under the License.
|
|||
height: 100%
|
||||
}
|
||||
|
||||
.mx_Login_support {
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
margin-top: 0px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.mx_Login_field {
|
||||
width: 280px;
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Reference in a new issue