resource manager style update

This commit is contained in:
2025-08-25 18:21:28 +05:30
parent 2125c3dc73
commit e813f194c7

View File

@@ -105,7 +105,7 @@
header { header {
position: relative; position: relative;
@include flex-space-between; @include flex-space-between;
padding: 3px 0; padding-bottom: 6px;
.user-details { .user-details {
display: flex; display: flex;
@@ -136,6 +136,9 @@
.details { .details {
max-width: 144px; max-width: 144px;
.input-value{
max-width: 120px;
}
.employee-id { .employee-id {
color: #b7b7c6; color: #b7b7c6;
font-size: $tiny; font-size: $tiny;