1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(feat): added search result loading spinner

This commit is contained in:
2023-12-04 21:36:22 +05:30
parent c8ae463ef6
commit 6bd36c6647
3 changed files with 21 additions and 1 deletions

View File

@@ -706,6 +706,11 @@ video {
margin-bottom: 0.30rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@@ -1163,6 +1168,10 @@ video {
border-width: 5px;
}
.border-\[3px\] {
border-width: 3px;
}
.border-b-\[2px\] {
border-bottom-width: 2px;
}
@@ -1179,6 +1188,10 @@ video {
border-top-width: 5px;
}
.border-t-\[3px\] {
border-top-width: 3px;
}
.border-\[rgba\(255\2c _255\2c _255\2c _0\.15\)\] {
border-color: rgba(255, 255, 255, 0.15);
}