cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / enterprise_info.css
blob2b67520502af01d755a4e9c542cdac4aa5af19a6
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
5 * This is the stylesheet used for notifications in enterprise-enrolled devices.
6 */
8 #enterprise-info {
9 background-color: rgb(250, 245, 202);
10 border: 2px solid rgb(250, 245, 202);
11 border-radius: 2px;
12 margin-left: auto;
13 margin-right: auto;
14 padding: 3px 8px 7px;
17 #enterprise-info[location='guest-tab'] {
18 margin-bottom: -49px;
19 max-width: 600px;
22 #enterprise-info[visible='false'] {
23 display: none;
26 #enterprise-info img {
27 -webkit-margin-end: 4px;
28 position: relative;
29 top: 3px;