Remove unused css & update gitignore
This commit is contained in:
parent
b7b1574de5
commit
9c92d14969
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,4 +40,5 @@ Thumbs.db
|
|||||||
|
|
||||||
# Compiled files
|
# Compiled files
|
||||||
layout.css
|
layout.css
|
||||||
|
src/assets/demo/styles/badges.css
|
||||||
src/assets/layout/styles/theme/designer
|
src/assets/layout/styles/theme/designer
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
pre[class*="language-"] {
|
|
||||||
&:before, &:after {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
border-left: 6px solid var(--surface-border) !important;
|
|
||||||
box-shadow: none !important;
|
|
||||||
background: var(--surface-ground) !important;
|
|
||||||
margin: 1em 0;
|
|
||||||
color: var(--text-color);
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
i:not([class~="pi"]) {
|
|
||||||
background-color: transparent;
|
|
||||||
color: #2196f3;
|
|
||||||
font-family: Monaco, courier, monospace;
|
|
||||||
font-style: normal;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 500;
|
|
||||||
padding: 0 4px;
|
|
||||||
letter-spacing: .5px;
|
|
||||||
font-weight: 600;
|
|
||||||
margin: 0 2px;
|
|
||||||
display: inline-flex;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user