view app/assets/stylesheets/application.scss @ 421:f0b4d6bec50e

Slim out bootstrap
author nanaya <me@myconan.net>
date Thu, 17 Sep 2015 18:13:40 +0900
parents 634366b67312
children 967233b26404
line wrap: on
line source

@import "bootstrap-zp";
@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;
}