app/assets/sass/base/_typography.scss: Adding code class
This commit is contained in:
parent
b79ea0ef15
commit
7bb6ccb6ba
1 changed files with 7 additions and 0 deletions
|
|
@ -16,3 +16,10 @@
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.code {
|
||||||
|
background: $gray-100;
|
||||||
|
border: solid $gray-300 1px;
|
||||||
|
border-radius: $border-radius;
|
||||||
|
padding: .6em;
|
||||||
|
}
|
||||||
|
|
|
||||||
Reference in a new issue