blob: b4c6176b903a52e4e963a521ad4f07a3d465f30e [file] [log] [blame]
/*
* Copyright 2017-present Open Networking Foundation
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
body.logout img.logo{
width: 250px;
display: block;
margin: 20px auto;
padding-top: 20px;
}
h1.logouth1tag{
text-align: center;
}
.logout #content-main {
float: none;
width: 300px;
overflow-x: hidden;
}
.logout{
background: rgba(255,255,255,0.82);
float: none;
height: 330px;
margin: 100px auto 0;
width: 316px;
overflow-x: hidden;
overflow-y: hidden;
padding: 10px 0px 0px 10px;
.requestDialog.ui-widget input{
background-color: rgb(250, 255, 189);
}
.row + .row {
margin-top: 10px;
}
.btn-primary {
@include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
background: $btn-primary-bg;
}
p.logoutptag {
margin: 20px 10px 20px;
font-size: 16px;
text-align: center;
}
}