add css customizations file

This commit is contained in:
Adam Bachman 2019-04-26 15:20:52 -04:00
parent 202416cc0b
commit f1d8f3e561
2 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,24 @@
blockquote {
.http {
margin: $main-padding - 8px;
padding: 8px;
background: rgba(255, 255, 255, 0.1);
.method-get {
color: white;
background: green;
font-size: 14px;
font-weight: bold;
display: inline-block;
padding: 4px 8px;
text-transform: uppercase;
}
.path {
display: inline-block;
margin-left: 12px;
font-size: 14px;
}
}
}

View file

@ -2,7 +2,7 @@
@import 'normalize';
@import 'variables';
@import 'icon-font';
// @import 'rtl'; // uncomment to switch to RTL format
@import 'customization';
/*
Copyright 2008-2013 Concur Technologies, Inc.