blob: b60f51cd1fee07fd3726273e12ec1673dfdd25a9 [file] [log] [blame]
Michael Davis43366db2017-05-15 18:12:35 -05001.firmware__ready {
2 font-weight: 300;
3}
4
Michael Davis9486f542017-05-30 15:35:31 -05005.firmware__table {
Iftekharul Islamec6bcd12017-09-06 10:49:07 -05006 margin-top: 2.5em;
Michael Davis43366db2017-05-15 18:12:35 -05007 margin-bottom: 2.5em;
Michael Davis9486f542017-05-30 15:35:31 -05008
9 .table__cell {
10 a {
11 display: inline-block;
12 margin-right: 1.7em;
13 text-decoration: none;
14 font-weight: 700;
15 }
16 .icon {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050017 color: $primary-accent;
18 fill: $primary-accent;
Michael Davis9486f542017-05-30 15:35:31 -050019 &.disabled {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050020 color: $base-02--05;
Michael Davisb27188e2017-07-27 14:35:00 -050021 &:hover {
22 cursor: default;
23 }
24 }
25 &:hover {
26 cursor: pointer;
Michael Davis9486f542017-05-30 15:35:31 -050027 }
28 }
Michael Davis8af8d242017-07-20 15:22:01 -050029 .icon.icon-as-spacer {
30 text-indent: 0;
Michael Davisb27188e2017-07-27 14:35:00 -050031 &:hover {
32 cursor: default;
33 }
Michael Davis8af8d242017-07-20 15:22:01 -050034 }
Michael Davis9486f542017-05-30 15:35:31 -050035 }
36
37 .table-header {
38 font-weight: 700;
Michael Davis7f89fad2017-07-31 18:36:45 -050039 p {
Iftekharul Islamec6bcd12017-09-06 10:49:07 -050040 margin-bottom: 0em;
Michael Davis7f89fad2017-07-31 18:36:45 -050041 }
Michael Davis9486f542017-05-30 15:35:31 -050042 }
43
44 .table__row.disabled {
45 .firmware__action-link {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050046 color: $primary-accent;
Michael Davis9486f542017-05-30 15:35:31 -050047 opacity: 1;
48 &:hover {
49 cursor: pointer;
50 }
51 }
52 }
Michael Davis8af8d242017-07-20 15:22:01 -050053 .firmware__primary {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050054 background-color: $accent-02--02;
Michael Davis8af8d242017-07-20 15:22:01 -050055 }
56}
57
58.firmware__version {
59 flex: 30%;
Michael Davis43366db2017-05-15 18:12:35 -050060}
61
Gunnar Mills5e01bbc2018-03-02 15:48:23 -060062.firmware__action {
63 flex: 8%;
64}
65
Michael Davis9486f542017-05-30 15:35:31 -050066.firmware__active-version {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050067 color: $text-02;
Michael Davis9486f542017-05-30 15:35:31 -050068 font-size: .8em;
69 float: right;
70 font-weight: 400;
71}
72
73.firmware__action-link {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050074 color: $primary-action;
Michael Davis9486f542017-05-30 15:35:31 -050075 padding: 5px;
76 min-width: 90px;
77 text-align: left;
78}
79
80.firmware__version {
81 position: relative;
beccabroek1cc70212018-11-05 10:02:58 -060082 svg {
Michael Davis9486f542017-05-30 15:35:31 -050083 position: absolute;
Michael Davis9486f542017-05-30 15:35:31 -050084 top: 20%;
85 }
beccabroek1cc70212018-11-05 10:02:58 -060086 .icon {
87 margin-left: 20px;
88 }
Michael Davis9486f542017-05-30 15:35:31 -050089}
90
91
92.icon__more-dropdown {
Michael Davis75f94d92017-08-08 14:00:03 -050093 width: 100%;
94 top: 68%;
95 right: 0;
96 @include mediaQuery(medium){
97 width: 30%;
98 right: 18%;
99 top: 74%;
100 }
Michael Davis9486f542017-05-30 15:35:31 -0500101}
102
103// Upload firmware
Michael Davis43366db2017-05-15 18:12:35 -0500104.firmware__upload-form {
105 label {
106 font-weight: 700;
107 }
Michael Davis9486f542017-05-30 15:35:31 -0500108}
Michael Davis7f89fad2017-07-31 18:36:45 -0500109.firmware__upload-file-name {
110 text-transform: none;
111}
Michael Davis9486f542017-05-30 15:35:31 -0500112.firmware__upload-chooser {
Yoshie Muranaka5bd1dec2019-05-16 13:06:32 -0500113 display: inline-block;
Michael Davis9486f542017-05-30 15:35:31 -0500114 width: 100%;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -0500115 background: $background-02;
Michael Davis9486f542017-05-30 15:35:31 -0500116 padding-left: 1em;
117 padding-right: 1em;
Michael Davis8af8d242017-07-20 15:22:01 -0500118 margin-bottom: 1em;
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -0500119 .btn {
Michael Davis9486f542017-05-30 15:35:31 -0500120 margin: 1em .5em 1em 0;
Michael Davisc8a099e2017-08-03 13:39:03 -0500121 min-width: 3em;
Michael Davis9486f542017-05-30 15:35:31 -0500122 }
123 &.uploading {
124 @include indeterminate-bar;
125 }
126 @include mediaQuery(medium) {
Yoshie Muranaka5bd1dec2019-05-16 13:06:32 -0500127 width: 70%;
Michael Davis9486f542017-05-30 15:35:31 -0500128 }
Michael Davis43366db2017-05-15 18:12:35 -0500129}
130.firmware__upload-station {
Michael Davis8af8d242017-07-20 15:22:01 -0500131 padding-bottom: 2em;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -0500132 border-bottom: 1px solid $border-color-01;
Michael Davis9486f542017-05-30 15:35:31 -0500133 padding-left: 1em;
Michael Davis8af8d242017-07-20 15:22:01 -0500134 margin-top: 2em;
Michael Davis43366db2017-05-15 18:12:35 -0500135}
136.firmware__upload-tftp {
137 padding-top: 2em;
Michael Davis9486f542017-05-30 15:35:31 -0500138 padding-left: 1em;
CamVan Nguyen58301ec2018-04-20 21:33:01 -0500139 padding-bottom: 50px;
Yoshie Muranaka5bd1dec2019-05-16 13:06:32 -0500140 padding-right: 0;
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -0500141 .btn {
Yoshie Muranaka5bd1dec2019-05-16 13:06:32 -0500142 margin-top: 15px;
143 }
Gunnar Mills5e01bbc2018-03-02 15:48:23 -0600144}
Gunnar Mills6d7b4a82018-04-02 15:25:36 -0500145
CamVan Nguyen58301ec2018-04-20 21:33:01 -0500146