-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.scss
More file actions
90 lines (79 loc) · 1.81 KB
/
app.scss
File metadata and controls
90 lines (79 loc) · 1.81 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
@import "resources/styles/components/details-list/DetailsHeader.scss";
@import "resources/styles/components/details-list/DetailsList.scss";
@import "resources/styles/components/details-list/DetailsRow.scss";
@import "resources/styles/components/details-list/DetailsRowCheck.scss";
.SubmitButton {
margin-top: 20px;
}
.ms-Stack {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
width: auto;
height: auto;
box-sizing: border-box;
background-color: rgb(255, 255, 255);
color: rgb(50, 49, 48);
}
.ms-Grid-row {
@include ms-Grid-row;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
height: auto;
position: relative;
box-sizing: border-box;
}
.ms-Grid-col {
@include ms-Grid-col;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
box-sizing: border-box;
}
.ms-Grid {
@include ms-Grid;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
width: auto;
height: auto;
box-sizing: border-box;
background-color: rgb(255, 255, 255);
color: rgb(50, 49, 48);
}
// .ms-FocusZone {
// display: flex;
// flex-direction: column;
// flex-wrap: nowrap;
// width: auto;
// height: auto;
// box-sizing: border-box;
// background-color: rgb(255, 255, 255);
// color: rgb(50, 49, 48);
// }
// .ms-OverflowSet {
// position: relative;
// display: flex;
// flex-wrap: nowrap;
// flex-grow: 1;
// align-items: stretch;
// }
// ms-OverflowSetVertical {
// flex-direction: column;
// }
// .ms-OverflowSet-item, .ms-OverflowSet-overflowButton {
// flex-shrink: 0;
// display: inherit;
// }
// .ms-Button--commandBar{
// min-width: 40px;
// background-color: white;
// color: rgb(50, 49, 48);
// padding: 0 4px;
// border: none;
// }
// .ms-Button--commandBar:focus {
// inset: 2;
// border-color: transparent;
// }