10 lines
176 B
SCSS
10 lines
176 B
SCSS
|
code {
|
||
|
color: #333;
|
||
|
background-color: #eff5fe;
|
||
|
font-size: 14px;
|
||
|
line-height: inherit;
|
||
|
border-radius: 2px;
|
||
|
padding: 2px 0.25rem;
|
||
|
border: 1px solid $border-idle;
|
||
|
}
|