mirror of https://github.com/OpenVidu/openvidu.git
27 lines
360 B
CSS
27 lines
360 B
CSS
#nav-img {
|
|
height: 32px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
main {
|
|
padding: 30px 50px 30px 50px;
|
|
}
|
|
|
|
#nav-logo {
|
|
padding-right: 20px;
|
|
font-weight: inherit;
|
|
}
|
|
|
|
mat-toolbar a {
|
|
padding: 0 10px 0 10px;
|
|
margin: 0 3px 0 3px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
mat-toolbar a:first-of-type {
|
|
margin-left: 0;
|
|
}
|
|
|
|
main > mat-form-field:first-of-type {
|
|
margin-right: 5px;
|
|
} |