view app/assets/stylesheets/application.scss @ 456:caac9bc885b4

More font size
author nanaya <me@nanaya.pro>
date Tue, 14 Nov 2017 22:49:16 +0900
parents 76153b601d7e
children 802dcd44188e
line wrap: on
line source

@import "bootstrap-zp";
@import "highlightjs";

.input-url1 { display: none !important; }

// overrides bootstrap
.form-control {
  font-size: 16px;
}

.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;
}