Skip to content

Commit 6fe553f

Browse files
RicbetRicbet-lite
authored andcommitted
refactor pupop.html by design
1 parent 4284a99 commit 6fe553f

17 files changed

+6674
-1204
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
node_modules/
22
dist/
33
yarn-error.log
4-
yarn.lock
4+
yarn.lock
5+
6+
lib/**.js
7+
lib/mdl
8+
lib/noty
9+
lib/bootstrap
10+
lib/g2
11+
lib/keyboard
12+
lib/shardsUI

css/custom.css

Lines changed: 0 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -12,124 +12,6 @@
1212
background-color: inherit;
1313
}
1414

15-
.popup {
16-
width: 270px;
17-
height: 470px;
18-
background-color: #feffff;
19-
}
20-
21-
.popup header .mdl-textfield--expandable .mdl-button--icon {
22-
top: 0px;
23-
}
24-
25-
.popup header .mdl-textfield .mdl-button {
26-
bottom: 0px;
27-
position: relative;
28-
}
29-
30-
.popup .mdl-button .material-icons {
31-
font-size: 18px;
32-
}
33-
34-
.popup table {
35-
width: 100%;
36-
height: 100%;
37-
}
38-
39-
.popup .mdl-data-table td {
40-
text-align: left;
41-
}
42-
43-
.popup .score {
44-
margin: 10px auto 0px auto;
45-
}
46-
47-
.popup .score-button {
48-
margin-top: 10px;
49-
}
50-
51-
.popup .score h1 {
52-
display: inline-block;
53-
font-weight: 100;
54-
margin-top: 0px;
55-
margin-bottom: 30px;
56-
}
57-
58-
.popup .score pre {
59-
display: inline-block;
60-
font-weight: 100;
61-
font-size: 8px;
62-
}
63-
64-
.popup .mdl-button {
65-
color: #ffffff;
66-
}
67-
68-
.popup .score-button {
69-
margin: -15px auto;
70-
background: #ffffff;
71-
color: #3f51b5;
72-
border-radius: 50px;
73-
}
74-
75-
.popup .mdl-list li {
76-
height: 60px;
77-
}
78-
79-
.popup .mdl-list {
80-
margin-top: 0px;
81-
margin-bottom: 0px;
82-
padding: 0px;
83-
}
84-
85-
.popup .mdl-list__item-avatar.material-icons {
86-
color: #ffffff;
87-
margin-top: 3px;
88-
font-size: 24px;
89-
padding: 3px;
90-
width: 30px;
91-
height: 30px;
92-
}
93-
94-
.popup .mdl-list .title {
95-
font-size: 13px;
96-
line-height: 18px;
97-
}
98-
99-
.popup .mdl-list .title.mdl-list__item-sub-title {
100-
font-size: 10px;
101-
line-height: 10px;
102-
}
103-
104-
.popup .mdl-list li {
105-
border-bottom: 1px solid #f8f9fa;
106-
cursor: pointer;
107-
}
108-
109-
.popup .mdl-list li:hover {
110-
background-color: #eeeeee;
111-
}
112-
113-
.popup .color1 {
114-
background-color: #008ff4
115-
}
116-
117-
.popup .color2 {
118-
background-color: #1761f0
119-
}
120-
121-
.popup .color3 {
122-
background-color: #4b4ad4
123-
}
124-
125-
.popup .color4 {
126-
background-color: #5933c6
127-
}
128-
129-
.popup .mdl-layout__header-row {
130-
padding-left: 20px;
131-
}
132-
13315
#material-card {
13416
height: 500px;
13517
width: 100%;
@@ -138,10 +20,6 @@
13820
position: absolute;
13921
}
14022

141-
.popup .mdl-layout-title img {
142-
width: 80px;
143-
}
144-
14523
.mdl-layout-title img {
14624
width: 100px;
14725
}
@@ -231,15 +109,9 @@ table .mdl-list__item-avatar.material-icons {
231109
}
232110

233111
@media screen and (max-width: 700px) {
234-
.popup .mdl-layout__header {
235-
height: 230px;
236-
}
237112
.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title {
238113
display: none;
239114
}
240-
.mdl-list__item--two-line .mdl-list__item-primary-content {
241-
line-height: 27px;
242-
}
243115
#option-main .logo {
244116
margin-left: 20px;
245117
}

0 commit comments

Comments
 (0)