view app/assets/stylesheets/application.scss @ 469:68231013b01b bootstrap-4

Now with more bootstrap than ever
author nanaya <me@nanaya.pro>
date Sun, 23 Feb 2020 22:25:50 +0900
parents 802dcd44188e
children c1e191d1b02a
line wrap: on
line source

@import "bootstrap/scss/bootstrap";
@import "highlight.js/scss/default";

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

.paste-paste {
  resize: vertical;
  font-family: $font-family-monospace;
}

.paste-content {
  border: none;
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

.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-border-color;
  border-radius: 0px 0px $border-radius $border-radius;
}

.zp-hl {
  background-color: #fff;
  padding: 0px;
}