blob: b4c6176b903a52e4e963a521ad4f07a3d465f30e [file] [log] [blame]
Matteo Scandolod2044a42017-08-07 16:08:28 -07001
2/*
3 * Copyright 2017-present Open Networking Foundation
4
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8
9 * http://www.apache.org/licenses/LICENSE-2.0
10
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18
arpiagariu2ce4e132016-05-19 16:20:05 -070019body.logout img.logo{
20 width: 250px;
21 display: block;
22 margin: 20px auto;
23 padding-top: 20px;
24}
25
arpiagariu2ce4e132016-05-19 16:20:05 -070026h1.logouth1tag{
arpiagariu686a9c92016-05-20 10:54:37 -070027 text-align: center;
arpiagariu2ce4e132016-05-19 16:20:05 -070028}
29
30.logout #content-main {
31 float: none;
arpiagariu686a9c92016-05-20 10:54:37 -070032
33 width: 300px;
arpiagariu2ce4e132016-05-19 16:20:05 -070034 overflow-x: hidden;
arpiagariu686a9c92016-05-20 10:54:37 -070035
arpiagariu2ce4e132016-05-19 16:20:05 -070036}
37.logout{
arpiagariu686a9c92016-05-20 10:54:37 -070038
39 background: rgba(255,255,255,0.82);
40 float: none;
41 height: 330px;
42 margin: 100px auto 0;
43 width: 316px;
44 overflow-x: hidden;
45 overflow-y: hidden;
46 padding: 10px 0px 0px 10px;
arpiagariu2ce4e132016-05-19 16:20:05 -070047
48 .requestDialog.ui-widget input{
49 background-color: rgb(250, 255, 189);
50 }
51 .row + .row {
52 margin-top: 10px;
53 }
54
55 .btn-primary {
56 @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
57 background: $btn-primary-bg;
58 }
arpiagariu686a9c92016-05-20 10:54:37 -070059 p.logoutptag {
60 margin: 20px 10px 20px;
61 font-size: 16px;
62 text-align: center;
63 }
arpiagariu2ce4e132016-05-19 16:20:05 -070064}
65