Mercurial > zeropaste
view app/assets/stylesheets/application.scss @ 418:a69dd2d37950
Prevent adding unrelated classes and funny characters
author | nanaya <me@myconan.net> |
---|---|
date | Thu, 17 Sep 2015 01:13:14 +0900 |
parents | 634366b67312 |
children | f0b4d6bec50e |
line wrap: on
line source
@import "bootstrap"; @import "highlightjs"; .input-url1 { display: none !important; } .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; }