mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
Snippet tabs height fix (#968)
* fix mask in webkit * snipet tabs height fix
This commit is contained in:
@@ -54,8 +54,11 @@ $tabs-font-color-hover: $neutral-90;
|
||||
mask-size: contain;
|
||||
mask-repeat: no-repeat;
|
||||
mask-position: center;
|
||||
-webkit-mask-image: url('/icons/outline/http.svg');
|
||||
mask-image: url('/icons/outline/http.svg');
|
||||
-webkit-mask-size: contain;
|
||||
-webkit-mask-repeat: no-repeat;
|
||||
-webkit-mask-position: center;
|
||||
-webkit-mask-image: url('/icons/outline/http.svg');
|
||||
|
||||
&_python {
|
||||
-webkit-mask-image: url('/icons/outline/python.svg');
|
||||
@@ -85,7 +88,7 @@ $tabs-font-color-hover: $neutral-90;
|
||||
|
||||
&__button {
|
||||
display: flex;
|
||||
height: 44px;
|
||||
min-height: 44px;
|
||||
padding: 10px 20px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user