Display new icon in option page
This commit is contained in:
parent
b81b13c23c
commit
bbea16120c
|
@ -5,6 +5,7 @@
|
||||||
--button: #d7d7db;
|
--button: #d7d7db;
|
||||||
--highlight: #5595ff;
|
--highlight: #5595ff;
|
||||||
--main-bg: #ffffff;
|
--main-bg: #ffffff;
|
||||||
|
--new: #ff4f4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -148,6 +149,16 @@ hr {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new p:nth-child(1)::after {
|
||||||
|
content: "New";
|
||||||
|
color: var(--new);
|
||||||
|
font-size: 14px;
|
||||||
|
border: 1px solid var(--new);
|
||||||
|
border-radius: 2px;
|
||||||
|
padding: 0px 5px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.optionForm {
|
.optionForm {
|
||||||
flex-basis: 150px;
|
flex-basis: 150px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue