@gravity-ui/blog-constructor 4.4.2 → 4.4.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ unpredictable css rules order in build */
|
|
9
9
|
align-items: center;
|
10
10
|
background-color: var(--yc-color-base-background);
|
11
11
|
border: 1px solid var(--yc-color-base-background);
|
12
|
-
border-radius:
|
12
|
+
border-radius: var(--yc-my-border-radius-xl);
|
13
13
|
width: 100%;
|
14
14
|
line-height: 42px;
|
15
15
|
}
|
@@ -9,7 +9,7 @@ unpredictable css rules order in build */
|
|
9
9
|
align-items: center;
|
10
10
|
background-color: var(--yc-color-base-background);
|
11
11
|
border: 1px solid var(--yc-color-base-background);
|
12
|
-
border-radius:
|
12
|
+
border-radius: var(--yc-my-border-radius-xl);
|
13
13
|
width: 100%;
|
14
14
|
line-height: 42px;
|
15
15
|
}
|