Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4315)

Unified Diff: chrome/browser/resources/chromeos/login/oobe_card.css

Issue 2267533002: ChromeOS: Update styles of material design OOBE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/oobe_card.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_card.css b/chrome/browser/resources/chromeos/login/oobe_card.css
deleted file mode 100644
index 9537b4f13efce716df61ebe188c4dfa2c69660fc..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/login/oobe_card.css
+++ /dev/null
@@ -1,67 +0,0 @@
-/* Copyright 2016 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file. */
-
-:host {
- display: flex;
- flex-direction: column;
- position: relative;
-}
-
-.oobe-header {
- background-color: var(--google-blue-500);
- color: white;
- height: 198px;
-}
-
-:host(:not(.disabled)) .oobe-header {
- box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.17);
- /* z-index is needed to make shadow visible. */
- z-index: 1;
-}
-
-.oobe-footer {
- background-color: white;
- position: relative;
-}
-
-.header-container {
- padding: 50px 40px 18px;
-}
-
-.footer-container {
- padding: 24px 40px 34px;
-}
-
-::content div.oobe-body-text {
- margin-bottom: 24px;
-}
-
-::content div.oobe-body-text p {
- color: rgba(0, 0, 0, 0.87);
- font-size: 14px;
- line-height: 20px;
- margin: 0;
-}
-
-::content h1.welcome-message {
- color: white;
- font-size: 20px;
- font-weight: normal;
- margin-bottom: 0;
-}
-
-.overlay {
- background-color: rgba(0, 0, 0, 0.5);
- display: none;
- height: 100%;
- position: absolute;
- right: 0;
- top: 0;
- width: 100%;
- z-index: 11;
-}
-
-:host(.full-disabled) #full-overlay,
-:host(.disabled) #bottom-overlay,
-
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_buttons.js ('k') | chrome/browser/resources/chromeos/login/oobe_card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698