ros.grant.common 2.0.1582 → 2.0.1583
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
.page-wrapper.travel-theme {
|
|
2
|
+
.footer-wrapper{
|
|
3
|
+
.footer{
|
|
4
|
+
background-color: #fff!important;
|
|
5
|
+
border-top: 1px solid var(--neutral-bg-stroke-default)!important;
|
|
6
|
+
|
|
7
|
+
&__copyright-text{
|
|
8
|
+
color: var(--neutral-text-primary);
|
|
9
|
+
|
|
10
|
+
a{
|
|
11
|
+
color: var(--neutral-text-primary);
|
|
12
|
+
text-decoration: none;
|
|
13
|
+
|
|
14
|
+
&:hover{
|
|
15
|
+
text-decoration: underline;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&__contacts-link{
|
|
21
|
+
color: var(--neutral-text-primary);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&_bottom{
|
|
25
|
+
color: var(--neutral-text-primary);
|
|
26
|
+
|
|
27
|
+
a{
|
|
28
|
+
color: var(--neutral-text-primary);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.btn-icon{
|
|
33
|
+
border: none;
|
|
34
|
+
width: 24px;
|
|
35
|
+
height: 24px;
|
|
36
|
+
|
|
37
|
+
.btn-icon__img, use{
|
|
38
|
+
fill: var(--neutral-icon-default);
|
|
39
|
+
fill-opacity: 1;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&:hover{
|
|
43
|
+
background: transparent;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.container{
|
|
48
|
+
@media (max-width: 767px) {
|
|
49
|
+
flex-direction: column;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
&__logo{
|
|
54
|
+
@media (max-width: 767px) {
|
|
55
|
+
order: 1;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&__contacts{
|
|
60
|
+
@media (max-width: 767px) {
|
|
61
|
+
order: 2;
|
|
62
|
+
margin-top: 24px;
|
|
63
|
+
margin-bottom: 24px;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&-top-list{
|
|
68
|
+
@media (max-width: 767px) {
|
|
69
|
+
order: 3;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
@media (max-width: 659px){
|
|
73
|
+
padding: 0;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&__copyright{
|
|
78
|
+
@media (max-width: 991px) {
|
|
79
|
+
width: 40%;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
@media (max-width: 767px) {
|
|
83
|
+
order: 4;
|
|
84
|
+
width: 100%;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
.page-wrapper {
|
|
2
|
+
.header-travel {
|
|
3
|
+
padding: 16px 0;
|
|
4
|
+
color: var(--neutral-text-primary);
|
|
5
|
+
background: transparent;
|
|
6
|
+
z-index: 6;
|
|
7
|
+
position: relative;
|
|
8
|
+
background: #fff;
|
|
9
|
+
|
|
10
|
+
// header-travel-top
|
|
11
|
+
&-top {
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
justify-content: space-between;
|
|
15
|
+
position: relative;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// header-travel-logo
|
|
19
|
+
&-logo {
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
|
|
23
|
+
// header-travel-logo__img
|
|
24
|
+
&__img {
|
|
25
|
+
position: relative;
|
|
26
|
+
width: 200px;
|
|
27
|
+
cursor: pointer;
|
|
28
|
+
|
|
29
|
+
& > *{
|
|
30
|
+
max-width: 196px;
|
|
31
|
+
max-height: 48px;
|
|
32
|
+
display: block;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// header-travel-auth
|
|
38
|
+
&-auth {
|
|
39
|
+
display: flex;
|
|
40
|
+
align-items: center;
|
|
41
|
+
justify-content: center;
|
|
42
|
+
position: relative;
|
|
43
|
+
font-family: 'PT Sans', sans-serif;
|
|
44
|
+
|
|
45
|
+
// header-travel-auth:hover
|
|
46
|
+
&:hover {
|
|
47
|
+
|
|
48
|
+
.header-travel-auth-user-menu {
|
|
49
|
+
display: flex;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// header-travel-auth-user
|
|
54
|
+
&-user {
|
|
55
|
+
display: flex;
|
|
56
|
+
align-items: center;
|
|
57
|
+
|
|
58
|
+
// header-travel-auth-user-info
|
|
59
|
+
&-info {
|
|
60
|
+
display: flex;
|
|
61
|
+
flex-direction: column;
|
|
62
|
+
align-items: flex-end;
|
|
63
|
+
margin-right: 8px;
|
|
64
|
+
|
|
65
|
+
@media (max-width: 575px) {
|
|
66
|
+
display: none;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// header-travel-auth-user-info__status
|
|
70
|
+
&__status {
|
|
71
|
+
font-size: 12px;
|
|
72
|
+
line-height: 16px;
|
|
73
|
+
color: var(--neutral-text-primary);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// header-travel-auth-user-info__email
|
|
77
|
+
&__email {
|
|
78
|
+
font-size: 16px;
|
|
79
|
+
line-height: 24px;
|
|
80
|
+
color: var(--neutral-text-primary);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&__identitytype {
|
|
84
|
+
font-weight: 400;
|
|
85
|
+
font-size: 12px;
|
|
86
|
+
line-height: 16px;
|
|
87
|
+
color: var(--neutral-text-primary);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// header-travel-auth-user-icon
|
|
92
|
+
&-icon {
|
|
93
|
+
width: 40px;
|
|
94
|
+
height: 40px;
|
|
95
|
+
border: 1px solid #fff;
|
|
96
|
+
border-radius: 50%;
|
|
97
|
+
display: flex;
|
|
98
|
+
align-items: center;
|
|
99
|
+
justify-content: center;
|
|
100
|
+
background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0_1052_18054%29%22%3E%0A%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219.5%22%20stroke%3D%22%23DBDFE5%22/%3E%0A%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2219%22%20fill%3D%22%23F8F9FA%22/%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.25%2027C11.25%2024.3766%2013.3766%2022.25%2016%2022.25H24C26.6234%2022.25%2028.75%2024.3766%2028.75%2027V29C28.75%2029.4142%2028.4142%2029.75%2028%2029.75C27.5858%2029.75%2027.25%2029.4142%2027.25%2029V27C27.25%2025.2051%2025.7949%2023.75%2024%2023.75H16C14.2051%2023.75%2012.75%2025.2051%2012.75%2027V29C12.75%2029.4142%2012.4142%2029.75%2012%2029.75C11.5858%2029.75%2011.25%2029.4142%2011.25%2029V27Z%22%20fill%3D%22%23262626%22/%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.25%2015C15.25%2012.3766%2017.3766%2010.25%2020%2010.25C22.6234%2010.25%2024.75%2012.3766%2024.75%2015C24.75%2017.6234%2022.6234%2019.75%2020%2019.75C17.3766%2019.75%2015.25%2017.6234%2015.25%2015ZM20%2011.75C18.2051%2011.75%2016.75%2013.2051%2016.75%2015C16.75%2016.7949%2018.2051%2018.25%2020%2018.25C21.7949%2018.25%2023.25%2016.7949%2023.25%2015C23.25%2013.2051%2021.7949%2011.75%2020%2011.75Z%22%20fill%3D%22%23262626%22/%3E%0A%3C/g%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1052_18054%22%3E%0A%3Crect%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22white%22/%3E%0A%3C/clipPath%3E%0A%3C/defs%3E%0A%3C/svg%3E%0A");
|
|
101
|
+
background-color: #EFF3F5;
|
|
102
|
+
background-repeat: no-repeat;
|
|
103
|
+
background-position: center center;
|
|
104
|
+
background-size: contain;
|
|
105
|
+
|
|
106
|
+
@media (max-width: 767px) {
|
|
107
|
+
width: 38px;
|
|
108
|
+
height: 38px;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
// header-travel-auth-user-menu
|
|
113
|
+
&-menu {
|
|
114
|
+
display: none;
|
|
115
|
+
flex-direction: column;
|
|
116
|
+
position: absolute;
|
|
117
|
+
right: 0;
|
|
118
|
+
top: 40px;
|
|
119
|
+
z-index: 100;
|
|
120
|
+
background-color: #fff;
|
|
121
|
+
box-shadow: 0 1px 15px 0 #8e8e8e;
|
|
122
|
+
border-radius: 8px;
|
|
123
|
+
overflow: hidden;
|
|
124
|
+
width: 250px;
|
|
125
|
+
|
|
126
|
+
// header-travel-auth-user-menu__item
|
|
127
|
+
&__item {
|
|
128
|
+
font-size: 14px;
|
|
129
|
+
line-height: 20px;
|
|
130
|
+
color: var(--neutral-text-primary);
|
|
131
|
+
width: 100%;
|
|
132
|
+
height: 100%;
|
|
133
|
+
display: flex;
|
|
134
|
+
justify-content: center;
|
|
135
|
+
align-items: center;
|
|
136
|
+
text-align: center;
|
|
137
|
+
padding: 10px;
|
|
138
|
+
background: #fff;
|
|
139
|
+
transition: .2s;
|
|
140
|
+
|
|
141
|
+
// header-travel-auth-user-menu__item:hover
|
|
142
|
+
&:hover {
|
|
143
|
+
background: var(--brand-bg-tertiary-hover);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.btn.btn-outline {
|
|
150
|
+
color: #fff;
|
|
151
|
+
border-color: #fff;
|
|
152
|
+
border-radius: 16px;
|
|
153
|
+
|
|
154
|
+
&:hover {
|
|
155
|
+
color: #fff;
|
|
156
|
+
border-color: #fff;
|
|
157
|
+
background-color: transparent;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
header.header-travel{
|
|
164
|
+
border-bottom: 1px solid var(--neutral-bg-stroke-default)!important;
|
|
165
|
+
|
|
166
|
+
.container{
|
|
167
|
+
max-width: 1330px!important;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
package/package.json
CHANGED