Mercurial > zeropaste
annotate app/assets/stylesheets/application.scss @ 460:b1ef80121c79
Update to use correct timestamp datatype
Use sql dump instead of ruby because zone info would be lost otherwise.
| author | nanaya <me@nanaya.pro> |
|---|---|
| date | Mon, 25 Jun 2018 16:53:47 +0900 |
| parents | caac9bc885b4 |
| children | 802dcd44188e |
| rev | line source |
|---|---|
| 421 | 1 @import "bootstrap-zp"; |
| 398 | 2 @import "highlightjs"; |
| 395 | 3 |
| 4 .input-url1 { display: none !important; } | |
| 5 | |
| 456 | 6 // overrides bootstrap |
| 7 .form-control { | |
| 8 font-size: 16px; | |
| 9 } | |
| 10 | |
| 424 | 11 .form-group--narrow { |
| 12 max-width: 300px; | |
| 13 } | |
| 14 | |
| 398 | 15 .paste-paste { |
| 401 | 16 resize: vertical; |
| 398 | 17 font-family: $font-family-monospace; |
| 395 | 18 } |
| 19 | |
| 398 | 20 .paste-show { |
| 21 padding: $grid-gutter-width/2; | |
| 22 margin-bottom: $grid-gutter-width/2; | |
| 395 | 23 |
| 398 | 24 border-width: 0px 1px 1px 1px; |
| 25 border-style: solid; | |
| 26 border-color: $nav-tabs-active-link-hover-border-color; | |
| 27 border-radius: 0px 0px $border-radius-base $border-radius-base; | |
| 395 | 28 |
| 398 | 29 &__content { |
| 30 border: none; | |
| 31 background-color: #fff; | |
| 32 padding: 0px; | |
| 33 margin: 0px; | |
| 395 | 34 } |
|
412
634366b67312
Add extra padding so the links aren't stuck to bottom.
nanaya <me@myconan.net>
parents:
403
diff
changeset
|
35 |
|
634366b67312
Add extra padding so the links aren't stuck to bottom.
nanaya <me@myconan.net>
parents:
403
diff
changeset
|
36 &__footer { |
|
634366b67312
Add extra padding so the links aren't stuck to bottom.
nanaya <me@myconan.net>
parents:
403
diff
changeset
|
37 padding-bottom: $grid-gutter-width/2; |
|
634366b67312
Add extra padding so the links aren't stuck to bottom.
nanaya <me@myconan.net>
parents:
403
diff
changeset
|
38 } |
| 395 | 39 } |
| 40 | |
| 403 | 41 .radio-container { |
| 42 margin-top: -10px; | |
| 43 } | |
| 44 | |
| 398 | 45 .zp-hl { |
| 46 background-color: #fff; | |
| 47 padding: 0px; | |
| 395 | 48 } |
| 49 | |
| 398 | 50 .zp-header { |
| 51 margin-top: 0px; | |
| 395 | 52 } |
