forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddpeople.scss
44 lines (43 loc) · 913 Bytes
/
addpeople.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@import 'base/environment';
// these are the styles for the Add people dialog
.addpeople {
.addpeople__peoplesearch {
fieldset {
margin-top:1.5em;
}
fieldset.peoplesearch__selections {
margin-#{direction(right)}: auto;
margin-#{direction(left)}: auto;
margin-top: .5rem;
text-align: center;
&>div {
display: flex;
justify-content: center;
}
.peoplesearch__selection {
text-align: direction(left);
margin: 0 1em;
flex: 0 0 auto;
width: 30%;
}
}
.peoplesearch__instructions {
margin: 1.5em 0;
text-align: center;
.usericon {
margin: 0 auto;
font-size: 48px;
line-height: 50px;
}
}
}
.namelist {
margin: 1.5em 0;
}
.peoplevalidationissues__missing tr td:first-child {
width: 30px;
}
&:focus {
outline: none;
}
}