mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 06:57:28 +08:00
Comment sizes and color fixed
This commit is contained in:
13
dist/css/ueb-style.css
vendored
13
dist/css/ueb-style.css
vendored
@@ -537,12 +537,23 @@ ueb-node.ueb-node-style-comment .ueb-node-border {
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-comment .ueb-node-wrapper {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
border-radius: 0;
|
||||
background: rgba(var(--ueb-node-color), 0.5);
|
||||
box-shadow: none;
|
||||
}
|
||||
ueb-node.ueb-node-style-comment .ueb-node-wrapper::after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
bottom: 3px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: linear-gradient(135deg, transparent 50%, #fff 50%, #fff calc(50% + 2px), transparent calc(50% + 2px), transparent calc(50% + 3px), #fff calc(50% + 3px), #fff calc(50% + 5px), transparent calc(50% + 5px), transparent calc(50% + 7px), #fff calc(50% + 7px), #fff calc(50% + 9px), transparent calc(50% + 9px));
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-comment .ueb-node-top {
|
||||
margin: 3px;
|
||||
@@ -552,7 +563,7 @@ ueb-node.ueb-node-style-comment .ueb-node-top {
|
||||
background: rgb(var(--ueb-node-color));
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
text-shadow: 2px 1px 1px black, 0 0 2px #808080;
|
||||
text-shadow: 2px 1px 1px #444, 0 0 2px #bbb;
|
||||
}
|
||||
|
||||
ueb-blueprint {
|
||||
|
||||
Reference in New Issue
Block a user