git.wincent.com
/
hextrapolate.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6eb96
)
Sort CSS properties
author
Greg Hurrell <greg@hurrell.net>
Mon, 3 Aug 2015 23:12:18 +0000
(16:12 -0700)
committer
Greg Hurrell <greg@hurrell.net>
Mon, 3 Aug 2015 23:12:18 +0000
(16:12 -0700)
src/App.css
patch
|
blob
|
history
diff --git
a/src/App.css
b/src/App.css
index 1656dad73a6dae2ea17106af8c1b0a7bd2d3d2d8..c8663ea3ee1aceea5912407af54ab46be967b109 100644
(file)
--- a/
src/App.css
+++ b/
src/App.css
@@
-69,15
+69,15
@@
body {
color: #0f0;
opacity: 0;
position: absolute;
- top: 4px;
right: 4px;
+ top: 4px;
transform: scale(1);
transition: transform .25s, opacity .25s;
user-select: none;
}
.hextrapolate-copy-success {
- transform: scale(5);
opacity: .5;
+ transform: scale(5);
transition: transform .5s, opacity .5s;
}