view app/assets/stylesheets/application.scss @ 412:634366b67312

Add extra padding so the links aren't stuck to bottom.
author nanaya <me@myconan.net>
date Mon, 07 Sep 2015 21:54:39 +0900
parents e0626046579a
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;
}