blob: 5a122fe2bf01cf2051a4030dfa09c3967043ad37 [file] [log] [blame]
beccabroek309b5da2018-11-07 12:22:31 -06001.certificate__table {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -05002 border-left: 1px solid $border-color-01;
3 border-right: 1px solid $border-color-01;
4 margin-top: 0.5em;
beccabroek309b5da2018-11-07 12:22:31 -06005 .table__row-header {
6 width: 100%;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -05007 border-bottom: 1px solid $border-color-01;
8 background-color: $primary-dark;
9 color: $primary-light;
10 font-weight: 700;
beccabroek309b5da2018-11-07 12:22:31 -060011 }
12 .table__row-value {
13 width: 100%;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050014 border-bottom: 1px solid $border-color-01;
beccabroek309b5da2018-11-07 12:22:31 -060015 }
16 .certificate__type-header {
17 @include mediaQuery(small) {
18 width: 25%;
19 background: transparent;
20 }
21 width: 100%;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050022 padding: 0.8em;
beccabroek309b5da2018-11-07 12:22:31 -060023 padding-left: 1.5em;
24 }
25 .certificate__date-header {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050026 padding: 0.8em;
beccabroek309b5da2018-11-07 12:22:31 -060027 @include mediaQuery(small) {
28 width: 30%;
29 display: block;
30 }
31 display: none;
32 }
33 .certificate__status-header {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050034 padding: 0.8em;
beccabroek309b5da2018-11-07 12:22:31 -060035 @include mediaQuery(small) {
36 width: 5%;
37 display: block;
38 }
39 display: none;
40 }
41 .certificate__type-cell {
42 width: 100%;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050043 padding: 0.8em 0.8em 0.8em 1.5em;
beccabroek309b5da2018-11-07 12:22:31 -060044 word-wrap: break-word;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050045 background: $background-02;
beccabroek309b5da2018-11-07 12:22:31 -060046 @include mediaQuery(small) {
47 width: 25%;
48 background: transparent;
49 }
50 }
51 .certificate__date-cell {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050052 padding: 0.8em;
beccabroek309b5da2018-11-07 12:22:31 -060053 word-wrap: break-word;
54 @include mediaQuery(small) {
55 width: 30%;
56 }
57 width: 70%;
58 }
59 .certificate__status-cell {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050060 padding: 0.8em;
beccabroek309b5da2018-11-07 12:22:31 -060061 @include mediaQuery(small) {
62 display: block;
63 width: 5%;
64 }
65 display: none;
66 }
67 .certificate__buttons-cell {
68 @include mediaQuery(small) {
69 width: 10%;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050070 padding-top: 0.8em;
beccabroek309b5da2018-11-07 12:22:31 -060071 }
72 width: 100%;
73 text-align: right;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050074 padding: 0 1.5em 0.8em 0;
beccabroek309b5da2018-11-07 12:22:31 -060075 }
76 .certificate__title-inline {
77 @include mediaQuery(small) {
78 display: none;
79 }
80 width: 30%;
81 display: block;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050082 padding: 0.8em 0.8em 0.8em 1.5em;
beccabroek309b5da2018-11-07 12:22:31 -060083 }
84 .upload__certificate {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050085 border-top: 1px solid $border-color-01;
beccabroek309b5da2018-11-07 12:22:31 -060086 width: 100%;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050087 background: $background-02;
88 padding: 0.8em;
beccabroek309b5da2018-11-07 12:22:31 -060089 }
90}
91.certificate__upload-chooser {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050092 background: $background-02;
beccabroek309b5da2018-11-07 12:22:31 -060093}
94
95.add__certificate__modal {
96 select {
97 margin-bottom: 0;
98 }
99 .file__upload {
100 margin-bottom: 2em;
101 }
102 .select__new-label {
103 margin-bottom: 1em;
104 }
105 .select__new-button {
106 font-size: 1.2em;
107 }
108 .file__name {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -0500109 background-color: $background-02;
110 padding: 0.5em;
beccabroek309b5da2018-11-07 12:22:31 -0600111 }
112}