Refactor styles across components to utilize variable-based border-radius for consistency and improved maintainability. Added SkeletonUI component and corresponding styles for loading states.
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
width: 100%;
|
||||
padding: 8px 16px;
|
||||
background: var(--primary-color);
|
||||
border-radius: 10px;
|
||||
border-radius: #{$border-radius-large};
|
||||
.project-details {
|
||||
.project-name {
|
||||
margin-bottom: 2px;
|
||||
@@ -179,7 +179,7 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: 30px;
|
||||
border-radius: #{$border-radius-xxx};
|
||||
}
|
||||
.hero-text {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user