]> git.openstreetmap.org Git - rails.git/commitdiff
Remove .small sprite class
authorAnton Khorev <tony29@yandex.ru>
Wed, 15 May 2024 13:16:10 +0000 (16:16 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 17 May 2024 23:33:16 +0000 (02:33 +0300)
.small is used to set the font size elsewhere.

app/assets/stylesheets/common.scss
app/views/site/_any_questions.html.erb
app/views/site/welcome.html.erb

index c7b733f2605616d583dc0d98c77081e1a012a246..c99fb9e4e29d5f1d5fa64314ccf692444ff12b84 100644 (file)
@@ -894,16 +894,13 @@ div.secondary-actions {
 /* Rules for the "Welcome" page */
 .site-welcome, .site-fixthemap {
   .sprite {
+    width: 50px;
+    height: 50px;
     background-image: image-url("welcome-sprite.svg");
     background-size: 500px 250px;
     display: block;
   }
 
-  .sprite.small {
-    width: 50px;
-    height: 50px;
-  }
-
   .sprite.x {
     /*rtl:ignore*/ background-position: -50px 0;
   }
index 5098a1eee75790c98307037aefcbf1441c650599..6036623f97a5bf15add0efec683f28138758173d 100644 (file)
@@ -1,6 +1,6 @@
   <h2><%= t ".title" %></h2>
   <div class='clearfix'>
-  <span class='sprite small term question float-start'></span>
+  <span class='sprite term question float-start'></span>
   <p><%= t ".paragraph_1_html", :help_link => link_to(t(".get_help_here"), help_path),
                                 :welcome_mat_link => link_to(t(".welcome_mat"), t(".welcome_mat_url")) %></p>
   </div>
index 3f16e08454947e97ab437db2a1b77994f0d890fb..24bf3defa64a2804559fcae18829b18c6383ce09 100644 (file)
 <div class='row'>
   <div class='col-sm'>
     <div>
-      <span class='sprite small check mx-auto'></span>
+      <span class='sprite check mx-auto'></span>
     </div>
     <p><%= t ".whats_on_the_map.on_the_map_html", :real_and_current => tag.em(t(".whats_on_the_map.real_and_current")) %></p>
   </div>
   <div class='col-sm'>
     <div>
-      <span class='sprite small x mx-auto'></span>
+      <span class='sprite x mx-auto'></span>
     </div>
     <p><%= t ".whats_on_the_map.off_the_map_html", :doesnt => tag.em(t(".whats_on_the_map.doesnt")) %></p>
   </div>
 
 <div>
   <div class='align-middle mb-2'>
-    <span class='sprite small term editor'></span>
+    <span class='sprite term editor'></span>
     <span><%= t ".basic_terms.an_editor_html", :editor => tag.strong(t(".basic_terms.editor")) %></span>
   </div>
   <div class='align-middle mb-2'>
-    <span class='sprite small term node'></span>
+    <span class='sprite term node'></span>
     <span><%= t ".basic_terms.a_node_html", :node => tag.strong(t(".basic_terms.node")) %></span>
   </div>
   <div class='align-middle mb-2'>
-    <span class='sprite small term way'></span>
+    <span class='sprite term way'></span>
     <span><%= t ".basic_terms.a_way_html", :way => tag.strong(t(".basic_terms.way")) %></span>
   </div>
   <div class='align-middle mb-2'>
-    <span class='sprite small term tag'></span>
+    <span class='sprite term tag'></span>
     <span><%= t ".basic_terms.a_tag_html", :tag => tag.strong(t(".basic_terms.tag")) %></span>
   </div>
 </div>
 
 <div class='clearfix'>
   <h2><%= t ".rules.title" %></h2>
-  <span class='sprite small term rules float-start'></span>
+  <span class='sprite term rules float-start'></span>
   <p><%= t ".rules.para_1_html", :imports_link => link_to(t(".rules.imports"), t(".rules.imports_url")),
                                  :automated_edits_link => link_to(t(".rules.automated_edits"), t(".rules.automated_edits_url")) %></p>
 </div>