Mercurial > zeropaste
view app/assets/stylesheets/application.scss @ 490:a39bc79fcb1a
Specify path to builds directory
author | nanaya <me@nanaya.net> |
---|---|
date | Tue, 17 Jan 2023 02:36:38 +0900 |
parents | c1e191d1b02a |
children |
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; max-height: 100vh; } .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; }