@gravity-ui/blog-constructor 5.0.1 → 5.0.2
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(--g-color-base-background);
|
11
11
|
border: 1px solid var(--g-color-base-background);
|
12
|
-
border-radius:
|
12
|
+
border-radius: var(--g-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(--g-color-base-background);
|
11
11
|
border: 1px solid var(--g-color-base-background);
|
12
|
-
border-radius:
|
12
|
+
border-radius: var(--g-border-radius-xl);
|
13
13
|
width: 100%;
|
14
14
|
line-height: 42px;
|
15
15
|
}
|