autoprefixer-rails (10.4.16.0)
execjs (~> 2)
aws-eventstream (1.3.0)
- aws-partitions (1.909.0)
+ aws-partitions (1.910.0)
aws-sdk-core (3.191.6)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
- reline (0.5.0)
+ reline (0.5.1)
io-console (~> 0.5)
request_store (1.6.0)
rack (>= 1.4)
rouge (4.2.1)
rtlcss (0.2.1)
mini_racer (>= 0.6.3)
- rubocop (1.62.1)
+ rubocop (1.63.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
float: right;
width: 250px;
height: 100%;
- background: white;
overflow: auto;
.section {
li {
overflow: hidden;
border-radius: 3px;
- border: 2px solid #fff;
+ border: 2px solid transparent;
margin-bottom: 8px;
position: relative;
transition: border-color 0.08s ease-in;
cursor: pointer;
font-weight: 600;
font-size: 16px;
- text-stroke: 2px #fff;
- background: rgba(255,255,255,.9);
+ background-color: var(--bs-body-bg);
+ opacity: 0.9;
z-index: 1000;
input[type="radio"] {
display: none;
}
.export_boxy {
- background: $lightgrey;
-
> * {
margin: -1px;
}
<%= hidden_field_tag "format", "osm", :autocomplete => "off" %>
<div class='export_area_inputs'>
- <div class='export_boxy border border-secondary-subtle rounded'>
+ <div class='export_boxy border border-secondary-subtle rounded bg-body-secondary'>
<%= text_field_tag("maxlat", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control mx-auto") %>
<div class="clearfix">
<%= text_field_tag("minlon", nil, :size => 10, :autocomplete => "off", :class => "export_bound form-control my-2") %>