-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jicheng Lu
committed
Nov 14, 2024
1 parent
63031f8
commit 5ad4bf3
Showing
15 changed files
with
752 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
.roles-table { | ||
.role-plain-col { | ||
width: 10%; | ||
max-width: 100px; | ||
} | ||
|
||
.role-permission-col { | ||
width: 40%; | ||
max-width: 300px; | ||
} | ||
|
||
.role-detail { | ||
padding: 2px 5px; | ||
border-radius: 3px; | ||
border-color: var(--#{$prefix}light) !important; | ||
background-color: var(--#{$prefix}light) !important; | ||
position: relative; | ||
|
||
ul { | ||
li { | ||
margin: 2px 0px; | ||
} | ||
} | ||
|
||
.wrappable { | ||
white-space: wrap !important; | ||
} | ||
|
||
.basic-info { | ||
margin: 15px 0px 0px 0px; | ||
display: flex; | ||
flex-wrap: wrap; | ||
|
||
li { | ||
flex: 0 0 50%; | ||
|
||
.inline-edit { | ||
display: flex; | ||
gap: 3px; | ||
} | ||
} | ||
} | ||
|
||
.role-permission-container { | ||
display: flex; | ||
gap: 5px; | ||
|
||
.permission-wrapper { | ||
display: flex; | ||
flex-direction: column; | ||
gap: 3px; | ||
|
||
.edit-wrapper { | ||
display: flex; | ||
gap: 3px; | ||
} | ||
|
||
input[type="text"] { | ||
height: 30px; | ||
font-size: 12px; | ||
} | ||
} | ||
|
||
|
||
.list-add { | ||
font-size: 18px; | ||
} | ||
} | ||
|
||
.role-agent-container { | ||
margin: 20px 0px; | ||
padding: 0px 2rem; | ||
|
||
.action-row-wrapper { | ||
overflow-y: auto; | ||
scrollbar-width: thin; | ||
height: fit-content; | ||
max-height: 300px; | ||
} | ||
|
||
.action-row { | ||
display: flex; | ||
} | ||
|
||
.action-col { | ||
padding: 3px 0px; | ||
|
||
input[type='checkbox'] { | ||
outline: none !important; | ||
box-shadow: none !important; | ||
} | ||
} | ||
|
||
.action-title { | ||
.action-title-wrapper { | ||
display: flex; | ||
gap: 3px; | ||
justify-content: center; | ||
text-transform: capitalize; | ||
text-align: center; | ||
border-bottom: 2px solid var(--bs-primary); | ||
} | ||
} | ||
|
||
.action-center { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
} | ||
|
||
.edit-btn { | ||
display: flex; | ||
justify-content: flex-end; | ||
font-size: 16px; | ||
margin-top: 3px; | ||
margin-right: 5px; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.