katalyst-govuk-formbuilder 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 825db35e2cda704416b62b17d88cd78293d52c743f354a4b7c5f706f8831380e
|
4
|
+
data.tar.gz: 3580d6c6732c92f28753731955b162c9eabf8582939d629ebb0979c3650fc12b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51c61d52190aa4bd3083568b8020b54a3cd83bf104aa69c0a1fad1c2e0cd08be16439034cac8b97fb149add2f043c55c895729dcca9c130721dc0529f4d3ed02
|
7
|
+
data.tar.gz: 4139797a41ba4364b2e97f025d9d860c5348627a886504eb1c828dfd593bef5bcced2ce0eedc75a87f6ddf1dda9c58c10f4468504ee5e5934bf7b158c53bae85
|
@@ -4095,145 +4095,6 @@
|
|
4095
4095
|
}
|
4096
4096
|
}
|
4097
4097
|
|
4098
|
-
.govuk-multi-select {
|
4099
|
-
display: block;
|
4100
|
-
position: relative;
|
4101
|
-
font-family: "Open Sans", sans-serif;
|
4102
|
-
-webkit-font-smoothing: antialiased;
|
4103
|
-
-moz-osx-font-smoothing: grayscale;
|
4104
|
-
font-weight: 400;
|
4105
|
-
font-size: 16px;
|
4106
|
-
font-size: 1rem;
|
4107
|
-
line-height: 1.25;
|
4108
|
-
}
|
4109
|
-
@media print {
|
4110
|
-
.govuk-multi-select {
|
4111
|
-
font-family: sans-serif;
|
4112
|
-
}
|
4113
|
-
}
|
4114
|
-
@media (min-width: 40.0625em) {
|
4115
|
-
.govuk-multi-select {
|
4116
|
-
font-size: 19px;
|
4117
|
-
font-size: 1.1875rem;
|
4118
|
-
line-height: 1.25;
|
4119
|
-
}
|
4120
|
-
}
|
4121
|
-
@media print {
|
4122
|
-
.govuk-multi-select {
|
4123
|
-
font-size: 14pt;
|
4124
|
-
line-height: 1.25;
|
4125
|
-
}
|
4126
|
-
}
|
4127
|
-
|
4128
|
-
.govuk-multi-select > .summary {
|
4129
|
-
display: inline-block;
|
4130
|
-
white-space: nowrap;
|
4131
|
-
position: relative;
|
4132
|
-
cursor: pointer;
|
4133
|
-
box-sizing: border-box;
|
4134
|
-
min-width: 10.5em;
|
4135
|
-
max-width: 100%;
|
4136
|
-
height: 40px;
|
4137
|
-
height: 2.5rem;
|
4138
|
-
padding: 5px;
|
4139
|
-
padding-right: calc(5px + 1em);
|
4140
|
-
border: 2px solid #0b0c0c;
|
4141
|
-
color: #0b0c0c;
|
4142
|
-
background-color: #ffffff;
|
4143
|
-
}
|
4144
|
-
.govuk-multi-select > .summary.placeholder {
|
4145
|
-
color: #505a5f;
|
4146
|
-
}
|
4147
|
-
.govuk-multi-select > .summary::after {
|
4148
|
-
content: "";
|
4149
|
-
display: block;
|
4150
|
-
position: absolute;
|
4151
|
-
top: 50%;
|
4152
|
-
margin-top: -4.5px;
|
4153
|
-
width: 5px;
|
4154
|
-
height: 5px;
|
4155
|
-
right: 3px;
|
4156
|
-
border-style: solid;
|
4157
|
-
border-color: transparent #0b0c0c #0b0c0c transparent;
|
4158
|
-
border-width: 1px;
|
4159
|
-
pointer-events: none;
|
4160
|
-
transform: rotate(45deg);
|
4161
|
-
}
|
4162
|
-
|
4163
|
-
.govuk-multi-select > .summary:focus,
|
4164
|
-
.govuk-multi-select[data-multi-select-open-value=true] > .summary {
|
4165
|
-
outline: 3px solid #ffdd00;
|
4166
|
-
outline-offset: 0;
|
4167
|
-
box-shadow: inset 0 0 0 2px;
|
4168
|
-
}
|
4169
|
-
|
4170
|
-
.govuk-multi-select [role=listbox] {
|
4171
|
-
display: none;
|
4172
|
-
list-style: none;
|
4173
|
-
padding-left: 0;
|
4174
|
-
}
|
4175
|
-
.govuk-multi-select [role=listbox][aria-expanded=true] {
|
4176
|
-
display: block;
|
4177
|
-
position: absolute;
|
4178
|
-
top: calc(100% - 2px - 3px);
|
4179
|
-
left: 0;
|
4180
|
-
z-index: 999;
|
4181
|
-
width: 100%;
|
4182
|
-
overflow-y: auto;
|
4183
|
-
background: #ffffff;
|
4184
|
-
box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1882352941);
|
4185
|
-
border: 2px solid #0b0c0c;
|
4186
|
-
}
|
4187
|
-
|
4188
|
-
.govuk-multi-select [role=option] {
|
4189
|
-
outline-offset: -4px;
|
4190
|
-
position: relative;
|
4191
|
-
padding: 0.5rem 1.25rem 0.5rem 2.25rem;
|
4192
|
-
background: #ffffff;
|
4193
|
-
cursor: pointer;
|
4194
|
-
display: flex;
|
4195
|
-
justify-content: space-between;
|
4196
|
-
line-height: 1.5rem;
|
4197
|
-
}
|
4198
|
-
.govuk-multi-select [role=option][selected] {
|
4199
|
-
padding-right: 22px;
|
4200
|
-
}
|
4201
|
-
.govuk-multi-select [role=option][disabled] {
|
4202
|
-
opacity: 0.5;
|
4203
|
-
}
|
4204
|
-
.govuk-multi-select [role=option]:hover {
|
4205
|
-
background-color: #b1b4b6;
|
4206
|
-
}
|
4207
|
-
.govuk-multi-select [role=option]:focus, .govuk-multi-select [role=option]:active {
|
4208
|
-
outline: none;
|
4209
|
-
color: #ffffff;
|
4210
|
-
background-color: #1d70b8;
|
4211
|
-
}
|
4212
|
-
.govuk-multi-select [role=option]::after {
|
4213
|
-
content: "";
|
4214
|
-
width: 0.75rem;
|
4215
|
-
height: 0.75rem;
|
4216
|
-
position: absolute;
|
4217
|
-
top: 20px;
|
4218
|
-
left: 20px;
|
4219
|
-
transform: translate(-50%, -50%);
|
4220
|
-
border: 2px solid #0b0c0c;
|
4221
|
-
background: #0b0c0c;
|
4222
|
-
box-shadow: inset 0 0 0 1em #ffffff;
|
4223
|
-
transition: box-shadow 0.2s;
|
4224
|
-
}
|
4225
|
-
.govuk-multi-select [role=option][selected]::after {
|
4226
|
-
box-shadow: inset 0 0 0 2px #ffffff;
|
4227
|
-
border: 2px solid #0b0c0c;
|
4228
|
-
}
|
4229
|
-
|
4230
|
-
.govuk-multi-select--error > .summary {
|
4231
|
-
border-color: #d4351c;
|
4232
|
-
}
|
4233
|
-
.govuk-multi-select--error > .summary > .summary:focus {
|
4234
|
-
border-color: #0b0c0c;
|
4235
|
-
}
|
4236
|
-
|
4237
4098
|
.govuk-richtextarea {
|
4238
4099
|
font-family: "Open Sans", sans-serif;
|
4239
4100
|
-webkit-font-smoothing: antialiased;
|