add css customizations file
This commit is contained in:
parent
202416cc0b
commit
f1d8f3e561
2 changed files with 25 additions and 1 deletions
24
source/stylesheets/_customization.scss
Normal file
24
source/stylesheets/_customization.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue