azeriand-library 1.3.5 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +0 -18
- package/dist/styles/globals.css +0 -19
- package/package.json +1 -1
- package/src/styles/globals.css +0 -19
package/dist/style.css
CHANGED
|
@@ -860,24 +860,6 @@ h1 {
|
|
|
860
860
|
font-size: 3.2em;
|
|
861
861
|
line-height: 1.1;
|
|
862
862
|
}
|
|
863
|
-
button {
|
|
864
|
-
border-radius: 8px;
|
|
865
|
-
border: 1px solid transparent;
|
|
866
|
-
padding: 0.6em 1.2em;
|
|
867
|
-
font-size: 1em;
|
|
868
|
-
font-weight: 500;
|
|
869
|
-
font-family: inherit;
|
|
870
|
-
background-color: #1a1a1a;
|
|
871
|
-
cursor: pointer;
|
|
872
|
-
transition: border-color 0.25s;
|
|
873
|
-
}
|
|
874
|
-
button:hover {
|
|
875
|
-
border-color: #646cff;
|
|
876
|
-
}
|
|
877
|
-
button:focus,
|
|
878
|
-
button:focus-visible {
|
|
879
|
-
outline: 4px auto -webkit-focus-ring-color;
|
|
880
|
-
}
|
|
881
863
|
@media (prefers-color-scheme: light) {
|
|
882
864
|
:root {
|
|
883
865
|
color: #213547;
|
package/dist/styles/globals.css
CHANGED
|
@@ -291,25 +291,6 @@ h1 {
|
|
|
291
291
|
line-height: 1.1;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
button {
|
|
295
|
-
border-radius: 8px;
|
|
296
|
-
border: 1px solid transparent;
|
|
297
|
-
padding: 0.6em 1.2em;
|
|
298
|
-
font-size: 1em;
|
|
299
|
-
font-weight: 500;
|
|
300
|
-
font-family: inherit;
|
|
301
|
-
background-color: #1a1a1a;
|
|
302
|
-
cursor: pointer;
|
|
303
|
-
transition: border-color 0.25s;
|
|
304
|
-
}
|
|
305
|
-
button:hover {
|
|
306
|
-
border-color: #646cff;
|
|
307
|
-
}
|
|
308
|
-
button:focus,
|
|
309
|
-
button:focus-visible {
|
|
310
|
-
outline: 4px auto -webkit-focus-ring-color;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
294
|
@media (prefers-color-scheme: light) {
|
|
314
295
|
:root {
|
|
315
296
|
color: #213547;
|
package/package.json
CHANGED
package/src/styles/globals.css
CHANGED
|
@@ -291,25 +291,6 @@ h1 {
|
|
|
291
291
|
line-height: 1.1;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
button {
|
|
295
|
-
border-radius: 8px;
|
|
296
|
-
border: 1px solid transparent;
|
|
297
|
-
padding: 0.6em 1.2em;
|
|
298
|
-
font-size: 1em;
|
|
299
|
-
font-weight: 500;
|
|
300
|
-
font-family: inherit;
|
|
301
|
-
background-color: #1a1a1a;
|
|
302
|
-
cursor: pointer;
|
|
303
|
-
transition: border-color 0.25s;
|
|
304
|
-
}
|
|
305
|
-
button:hover {
|
|
306
|
-
border-color: #646cff;
|
|
307
|
-
}
|
|
308
|
-
button:focus,
|
|
309
|
-
button:focus-visible {
|
|
310
|
-
outline: 4px auto -webkit-focus-ring-color;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
294
|
@media (prefers-color-scheme: light) {
|
|
314
295
|
:root {
|
|
315
296
|
color: #213547;
|