Merge pull request 'Update Screen 16, 22' (#13) from dev-trungvq7-2207 into dev

Reviewed-on: #13
This commit is contained in:
dev
2025-07-29 11:30:56 +09:00
14 changed files with 337 additions and 512 deletions

View File

@ -135,6 +135,15 @@
background: map-deep-get($config, #{$theme}, "ant-btn-danger-bg") !important;
}
}
&.expand-btn {
.v-icon {
color: map-deep-get($config, #{$theme}, "basic-button-color");
svg {
fill: map-deep-get($config, #{$theme}, "basic-button-color");
}
}
}
}
}
}
@ -161,4 +170,13 @@
height: 16px;
background:none;
}
}
}
.ant-btn {
&.expand-btn {
.v-icon {
span {
margin-right: 8px;
}
}
}
}