blob: 8fe8a574fbfec8ee3b99f1fd9c8cf6e7fd36e206 [file] [log] [blame]
Matteo Scandolo99fface2016-12-21 15:37:23 -08001xos-login {
2 .content {
3 background-repeat: no-repeat;
4 background-size: cover;
Matteo Scandoloa8a6fbb2016-12-21 16:59:08 -08005 background-position: center;
6 min-height: 100%;
Matteo Scandolo99fface2016-12-21 15:37:23 -08007 }
8
9 .container-center {
10 background: rgba(68, 70, 79, 0.8);
11 }
12
13 .panel.panel-filled {
14 background: transparent;
15 }
16
17 hr {
18 border-color: #fff;
19 }
20}