summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/signin/signin_shared_css.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/signin/signin_shared_css.html')
-rw-r--r--chromium/chrome/browser/resources/signin/signin_shared_css.html70
1 files changed, 33 insertions, 37 deletions
diff --git a/chromium/chrome/browser/resources/signin/signin_shared_css.html b/chromium/chrome/browser/resources/signin/signin_shared_css.html
index 8267ae51398..79227224ba7 100644
--- a/chromium/chrome/browser/resources/signin/signin_shared_css.html
+++ b/chromium/chrome/browser/resources/signin/signin_shared_css.html
@@ -1,45 +1,41 @@
-<link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html">
-
<!-- Common styles for signin-related tab modal dialogs. -->
-<dom-module id="signin-dialog-shared">
- <template>
- <style>
- a {
- color: var(--cr-link-color);
- text-decoration: none;
- }
+<template>
+ <style>
+ a {
+ color: var(--cr-link-color);
+ text-decoration: none;
+ }
- body {
- margin: 0;
- padding: 0;
- }
+ body {
+ margin: 0;
+ padding: 0;
+ }
- .container {
- color: var(--cr-primary-text-color);
- width: 448px;
- }
+ .container {
+ color: var(--cr-primary-text-color);
+ width: 448px;
+ }
- .top-title-bar {
- align-items: center;
- border-bottom: var(--cr-separator-line);
- display: flex;
- font-size: 16px;
- height: 52px;
- padding: 0 24px;
- }
+ .top-title-bar {
+ align-items: center;
+ border-bottom: var(--cr-separator-line);
+ display: flex;
+ font-size: 16px;
+ height: 52px;
+ padding: 0 24px;
+ }
- .action-container {
- display: flex;
- justify-content: flex-end;
- padding: 16px;
- }
+ .action-container {
+ display: flex;
+ justify-content: flex-end;
+ padding: 16px;
+ }
<if expr="is_macosx or is_linux">
- .action-container {
- flex-flow: row-reverse;
- justify-content: flex-start;
- }
+ .action-container {
+ flex-flow: row-reverse;
+ justify-content: flex-start;
+ }
</if>
- </style>
- </template>
-</dom-module>
+ </style>
+</template>