[gnome-software/wip/exalm/style-cleanups: 19/25] style: Update featured carousel radius




commit 91171b4dbda512e25f82a3f69a38f3f5af6a30b1
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Nov 9 22:45:25 2021 +0500

    style: Update featured carousel radius
    
    Move it to the other styles as well.

 src/style.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/style.css b/src/style.css
index c92024b46..4f8a2ce85 100644
--- a/src/style.css
+++ b/src/style.css
@@ -157,6 +157,10 @@ clamp.large .category-tile:not(.category-tile-iconless) {
        font-size: 16pt;  /* 80% of .title-1 */
 }
 
+.featured-carousel carousel {
+       border-radius: 12px;
+}
+
 .application-details-infobar.info {
        background-color: shade(@theme_bg_color, 0.9);
        color: @theme_fg_color;
@@ -306,10 +310,6 @@ star-image {
        padding-right: 16px;
 }
 
-.featured-carousel carousel {
-       border-radius: 8px;
-}
-
 /* these typographical classes will be provided in gtk eventually */
 .title-1{
   font-weight: 800;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]