Skip to content

Commit d474980

Browse files
committed
improve providers administration
1 parent 510f47a commit d474980

File tree

3 files changed

+186
-157
lines changed

3 files changed

+186
-157
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#outer-stack {
2+
width: 100%;
3+
margin-left: 10px;
4+
margin-top: 10px;
5+
}
6+
7+
#outer-box {
8+
margin-bottom: 10px;
9+
height: 80vh;
10+
overflow-y: scroll;
11+
border: 2px solid black;
12+
border-radius: 10px;
13+
box-shadow: inset 0 -10px 10px -10px #000000;
14+
scrollbar-width: none;
15+
margin-right: 10px;
16+
width: 100%;
17+
}
18+
19+
.provider-box {
20+
border: 1px solid black;
21+
width: 400px;
22+
min-width: 400px;
23+
max-width: 400px;
24+
height: 790px;
25+
border-radius: 5px;
26+
background-color: #9ba984
27+
}
28+
29+
.provider-box-stack {
30+
padding: 10px;
31+
}

0 commit comments

Comments
 (0)