-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
123 lines (96 loc) · 1.56 KB
/
style.css
File metadata and controls
123 lines (96 loc) · 1.56 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
@charset "UTF-8";
/* CSS Document */
/*
ホーム画面
*/
.home-page .top-image {
padding: 2% 0;
}
.home-page .top-image img {
width: 100%;
height: auto;
}
.home-page .list__item p {
font-size: 1rem;
color: #333;
line-height: 140%;
line-height: 1.4rem;
}
/*
スポット登録画面
*/
.addspot-page .input_form {
text-align: center;
}
.addspot-page .to-wrapper {
line-height: 1;
height: 62px;
padding: 10px;
}
.addspot-page .to-image {
width: 42px;
height: 42px;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.addspot-page .to-name {
font-weight: 500;
font-size: 17px;
margin-bottom: 4px;
}
.addspot-page .to-email {
font-size: 14px;
opacity: 0.4;
}
.addspot-page .text-input {
margin-top: 4px;
}
.addspot-page .textarea {
margin-top: 4px;
}
.addspot-page .input-area {
margin-bottom: 48px;
}
.addspot-page .list-label {
display: block;
font-size: small;
}
.addspot-page .dialog-group {
z-index: 9999;
}
.addspot-page .list--inset {
border-radius: 8px;
}
/*
ヘルプ画面
*/
.help-page ons-list-item > ons-icon {
margin: 0 4px 0 0;
opacity: 0.8;
}
.help-page .list-item-action {
position: absolute;
right: 10px;
top: 0px;
font-size: 20px;
opacity: 0.3;
}
.help-page .list-item-action > ons-icon {
margin-top: 14px;
}
.help-page .list-item-note {
position: absolute;
right: 36px;
top: 0px;
font-size: 14px;
}
.help-page .list-item-note > .notification {
margin-top: 12px;
}
.help-page .lucent {
opacity: 0.4;
}
.help-page .app-description {
font-size: 1rem;
line-height: 1.2rem;
}