mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 13:28:38 -07:00
update
This commit is contained in:
@@ -171,11 +171,11 @@ $nautilus: $base-alt;
|
|||||||
|
|
||||||
&.text-button {
|
&.text-button {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
// border-radius: $circular_radius;
|
// border-radius: $circular-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.text-button.image-button {
|
&.text-button.image-button {
|
||||||
// border-radius: $circular_radius;
|
// border-radius: $circular-radius;
|
||||||
image:not(:only-child) { margin: 0; }
|
image:not(:only-child) { margin: 0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -592,7 +592,7 @@ screenshot-carousel button,
|
|||||||
|
|
||||||
.origin-rounded-box {
|
.origin-rounded-box {
|
||||||
background-color: $divider;
|
background-color: $divider;
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular-radius;
|
||||||
padding: $space-size - 2px;
|
padding: $space-size - 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -990,7 +990,7 @@ carousel.card {
|
|||||||
padding: $space-size;
|
padding: $space-size;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular-radius;
|
||||||
|
|
||||||
&.large {
|
&.large {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
@@ -1224,7 +1224,7 @@ WeatherThermometer > label.low {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button.osd.circular {
|
button.osd.circular {
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular-radius;
|
||||||
min-width: $small-size;
|
min-width: $small-size;
|
||||||
min-height: $small-size;
|
min-height: $small-size;
|
||||||
}
|
}
|
||||||
@@ -1256,11 +1256,11 @@ image.circular {
|
|||||||
min-width: $medium-size;
|
min-width: $medium-size;
|
||||||
min-height: $medium-size;
|
min-height: $medium-size;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
// WeatherThermometerScale {
|
// WeatherThermometerScale {
|
||||||
// border-radius: $circular_radius;
|
// border-radius: $circular-radius;
|
||||||
// background-image: linear-gradient(to bottom, $weather_thermometer_warm_color, $weather_thermometer_cold_color);
|
// background-image: linear-gradient(to bottom, $weather_thermometer_warm_color, $weather_thermometer_cold_color);
|
||||||
// margin: 0 36px;
|
// margin: 0 36px;
|
||||||
// padding: 0;
|
// padding: 0;
|
||||||
|
Reference in New Issue
Block a user