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

Unified Diff: chrome/browser/resources/welcome/welcome.css

Issue 2422703002: First run: tweaks to welcome page (Closed)
Patch Set: revert .class -> #id Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/welcome/welcome.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/welcome/welcome.css
diff --git a/chrome/browser/resources/welcome/welcome.css b/chrome/browser/resources/welcome/welcome.css
index be1f26192615ebda04b692ec06adada5262c0166..6e893e68ce599941dbda6f6ef69bee91398e35ad 100644
--- a/chrome/browser/resources/welcome/welcome.css
+++ b/chrome/browser/resources/welcome/welcome.css
@@ -41,7 +41,7 @@ body {
@keyframes spin {
from {
- transform: rotate(-1440deg) scale(0.8);
+ transform: rotate(1440deg) scale(0.8);
}
}
@@ -175,11 +175,12 @@ body {
.action {
background: var(--google-blue-500);
+ border-radius: 2px;
color: white;
- font-size: .875em;
+ font-size: .8125em;
font-weight: 500;
- line-height: 2.5em;
- padding: 0.1em 1.5em;
+ line-height: 2.25rem;
+ padding: 0 1.5em;
}
.action:active {
@@ -193,16 +194,12 @@ body {
.link {
color: var(--google-blue-700);
display: inline-block;
- font-size: .875em;
+ font-size: .8125em;
margin: 1.5em;
text-align: center;
text-decoration: none;
}
-.link:hover {
- text-decoration: underline;
-}
-
.watermark {
-webkit-mask-image: url(chrome://welcome/watermark.svg);
-webkit-mask-repeat: no-repeat;
@@ -213,4 +210,10 @@ body {
height: 24px;
position: absolute;
width: 74px;
-}
+}
+
+@media(max-height: 608px) {
+ .watermark {
+ display: none;
+ }
+}
« no previous file with comments | « no previous file | chrome/browser/resources/welcome/welcome.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698