added server.css

This commit is contained in:
2025-12-06 22:57:00 +07:00
parent d6a92fc4bf
commit 369271a9c3

36
css/server.css Normal file
View File

@@ -0,0 +1,36 @@
@charset "UTF-8";
i.icon.server {
position: relative;
width: 16px;
height: 20px;
box-sizing: border-box;
display: block;
border-radius: 3px;
border: 2px solid;
&::after,
&::before {
position: absolute;
content: "";
height: 2px;
box-sizing: border-box;
display: block;
background-color: currentColor;
}
&:before {
top: 2px;
left: 2px;
width: 8px;
border-radius: 3px;
box-shadow: 0 4px 0;
}
&::after {
bottom: 2px;
left: 5px;
width: 2px;
border-radius: 10px;
}
}