Mercurial > zeropaste
view app/assets/stylesheets/application.scss @ 440:f4612faedb9e
hybrid for migration
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 02 Jul 2016 17:26:21 +0900 |
parents | 967233b26404 |
children | 76153b601d7e |
line wrap: on
line source
@import "bootstrap-zp"; @import "highlightjs"; .input-url1 { display: none !important; } .form-group--narrow { max-width: 300px; } .paste-paste { resize: vertical; font-family: $font-family-monospace; } .paste-show { padding: $grid-gutter-width/2; margin-bottom: $grid-gutter-width/2; border-width: 0px 1px 1px 1px; border-style: solid; border-color: $nav-tabs-active-link-hover-border-color; border-radius: 0px 0px $border-radius-base $border-radius-base; &__content { border: none; background-color: #fff; padding: 0px; margin: 0px; } &__footer { padding-bottom: $grid-gutter-width/2; } } .radio-container { margin-top: -10px; } .zp-hl { background-color: #fff; padding: 0px; } .zp-header { margin-top: 0px; }