blob: bef1977c27649c511a2904675c714ebb884ab9a8 [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;
Matteo Scandolo6d3e80e2017-03-10 11:34:43 -08006 min-height: 100vh;
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}