modified ajut filters colored tags
This commit is contained in:
parent
36aa53e095
commit
949d2cb7a6
|
@ -871,8 +871,8 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
|
||||
.edit-post-visual-editor__content-area .ofisuport-label li {
|
||||
display: inline-block;
|
||||
margin: 0.1rem;
|
||||
padding: 0 0.2rem;
|
||||
margin: 0.1em 0;
|
||||
padding: 0.2em 0.2em 0 0.2em;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
|
@ -898,7 +898,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
|
||||
.edit-post-visual-editor__content-area .item-os_fund_call {
|
||||
display: block;
|
||||
margin: 0.2rem 0.1rem;
|
||||
margin: 0.2rem 0;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .item-os_fund_call li {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -33,8 +33,8 @@ dd {
|
|||
display: inline;
|
||||
li {
|
||||
display:inline-block;
|
||||
margin:0.1rem;
|
||||
padding: 0 0.2rem;
|
||||
margin:0.1em 0;
|
||||
padding: 0.2em 0.2em 0 0.2em;
|
||||
color: $color__white;
|
||||
background-color: $color__black;
|
||||
font-family: $font__black;
|
||||
|
@ -56,7 +56,7 @@ dd {
|
|||
}
|
||||
.item-os_fund_call {
|
||||
display: block;
|
||||
margin:0.2rem 0.1rem;
|
||||
margin:0.2rem 0;
|
||||
li {
|
||||
font-size: $font__size-body*1.2;
|
||||
}
|
||||
|
|
|
@ -730,8 +730,8 @@ dd {
|
|||
|
||||
.ofisuport-label li {
|
||||
display: inline-block;
|
||||
margin: 0.1rem;
|
||||
padding: 0 0.2rem;
|
||||
margin: 0.1em 0;
|
||||
padding: 0.2em 0.2em 0 0.2em;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
font-family: din-black, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
|
@ -757,7 +757,7 @@ dd {
|
|||
|
||||
.item-os_fund_call {
|
||||
display: block;
|
||||
margin: 0.2rem 0.1rem;
|
||||
margin: 0.2rem 0;
|
||||
}
|
||||
|
||||
.item-os_fund_call li {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue