Skip to content

Commit d2c282f

Browse files
Create delegates.scss
1 parent 30bb027 commit d2c282f

File tree

1 file changed

+19
-0
lines changed
  • Modern Development/Service Portal Widgets/Manage Delegates Widget

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.delegate-item {
2+
border-left: 4px solid #5bc0de;
3+
margin-bottom: 10px;
4+
padding: 10px 15px;
5+
}
6+
.delegate-item h4 {
7+
margin-top: 0;
8+
font-weight: bold;
9+
color: #333;
10+
}
11+
.delegate-form-container {
12+
margin-top: 20px;
13+
padding-top: 15px;
14+
border-top: 1px solid #eee;
15+
}
16+
.btn-row { margin-top: 8px; }
17+
.form-group { margin-bottom: 15px; }
18+
.panel-heading + .panel-body { padding-top: 20px; }
19+
.checkboxes label { margin-right: 12px; }

0 commit comments

Comments
 (0)