|
1 | 1 | @import url(https://fonts.googleapis.com/css?family=Lato:300,400,400italic,700)
|
2 | 2 |
|
3 |
| -html, body, span, div, p, table, tr, button, video, audio, img, picture |
| 3 | +html, body, span, div, p, table, tr, button, video, audio, img, picture, i.fa |
4 | 4 | animation: newElement 350ms ease-in-out 1
|
5 | 5 |
|
6 | 6 | @keyframes newElement
|
@@ -48,6 +48,9 @@ a, picture, img, video, button, input, pre, i, select, option, label, tr, td, p
|
48 | 48 | tap-highlight-color: rgba(0,0,0,0)
|
49 | 49 | tap-highlight-color: transparent
|
50 | 50 |
|
| 51 | +a |
| 52 | + transition: color 128ms ease-in-out |
| 53 | + |
51 | 54 | a, a:active, a:hover, a:focus
|
52 | 55 | outline: none
|
53 | 56 | color: #bbb
|
@@ -302,6 +305,33 @@ h1, h2, h3, h4, h5, h6, div, form, table, p
|
302 | 305 | &.right
|
303 | 306 | left: 8px
|
304 | 307 | right: initial
|
| 308 | + &.user-account |
| 309 | + right: 50px |
| 310 | + &.loggingIn |
| 311 | + pointer-events: none |
| 312 | + |
| 313 | +.login-options |
| 314 | + line-height: 3rem |
| 315 | + a |
| 316 | + margin: 0px 7px |
| 317 | + i |
| 318 | + transition: color 256ms ease-in-out, text-shadow 256ms ease-in-out |
| 319 | + img |
| 320 | + max-height: 1.33333333em |
| 321 | + position: relative |
| 322 | + bottom: -5px |
| 323 | + transition: all 256ms ease-in-out |
| 324 | + filter: grayscale(100%) |
| 325 | + &:hover |
| 326 | + img |
| 327 | + filter: grayscale(0%) |
| 328 | + i.fa-github |
| 329 | + color: #000 |
| 330 | + text-shadow: 0 0 3px #fff |
| 331 | + i.fa-twitter |
| 332 | + color: #00aced |
| 333 | + i.fa-facebook-official |
| 334 | + color: #3b5998 |
305 | 335 |
|
306 | 336 | .upload-form
|
307 | 337 | position: relative
|
@@ -384,10 +414,6 @@ h1, h2, h3, h4, h5, h6, div, form, table, p
|
384 | 414 | -webkit-overflow-scrolling: touch
|
385 | 415 | max-height: 100%
|
386 | 416 | min-height: 455px
|
387 |
| - .btn |
388 |
| - border-color: #aebad2 |
389 |
| - color: #aebad2 |
390 |
| - font-size: 1.1em |
391 | 417 |
|
392 | 418 | .files-note
|
393 | 419 | text-align: center
|
@@ -476,6 +502,8 @@ h1, h2, h3, h4, h5, h6, div, form, table, p
|
476 | 502 | .file-info
|
477 | 503 | color: #606c80
|
478 | 504 | font-size: 0.9rem
|
| 505 | + .file-remove:hover |
| 506 | + color: #bd362f |
479 | 507 |
|
480 | 508 | .file-name, .file-info
|
481 | 509 | padding: 0px
|
|
0 commit comments