Matteo Scandolo | d2044a4 | 2017-08-07 16:08:28 -0700 | [diff] [blame] | 1 | |
| 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 | |
arpiagariu | 2ce4e13 | 2016-05-19 16:20:05 -0700 | [diff] [blame] | 19 | body.logout img.logo{ |
| 20 | width: 250px; |
| 21 | display: block; |
| 22 | margin: 20px auto; |
| 23 | padding-top: 20px; |
| 24 | } |
| 25 | |
arpiagariu | 2ce4e13 | 2016-05-19 16:20:05 -0700 | [diff] [blame] | 26 | h1.logouth1tag{ |
arpiagariu | 686a9c9 | 2016-05-20 10:54:37 -0700 | [diff] [blame] | 27 | text-align: center; |
arpiagariu | 2ce4e13 | 2016-05-19 16:20:05 -0700 | [diff] [blame] | 28 | } |
| 29 | |
| 30 | .logout #content-main { |
| 31 | float: none; |
arpiagariu | 686a9c9 | 2016-05-20 10:54:37 -0700 | [diff] [blame] | 32 | |
| 33 | width: 300px; |
arpiagariu | 2ce4e13 | 2016-05-19 16:20:05 -0700 | [diff] [blame] | 34 | overflow-x: hidden; |
arpiagariu | 686a9c9 | 2016-05-20 10:54:37 -0700 | [diff] [blame] | 35 | |
arpiagariu | 2ce4e13 | 2016-05-19 16:20:05 -0700 | [diff] [blame] | 36 | } |
| 37 | .logout{ |
arpiagariu | 686a9c9 | 2016-05-20 10:54:37 -0700 | [diff] [blame] | 38 | |
| 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; |
arpiagariu | 2ce4e13 | 2016-05-19 16:20:05 -0700 | [diff] [blame] | 47 | |
| 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 | } |
arpiagariu | 686a9c9 | 2016-05-20 10:54:37 -0700 | [diff] [blame] | 59 | p.logoutptag { |
| 60 | margin: 20px 10px 20px; |
| 61 | font-size: 16px; |
| 62 | text-align: center; |
| 63 | } |
arpiagariu | 2ce4e13 | 2016-05-19 16:20:05 -0700 | [diff] [blame] | 64 | } |
| 65 | |