mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
7 lines
218 B
SCSS
7 lines
218 B
SCSS
@use '../helpers/functions' as *;
|
|
@use '../mixins/get-contacted' as get-contacted;
|
|
|
|
.private-cloud-get-contacted {
|
|
@include get-contacted.base($spacer * 3.5, $spacer * 4, $spacer * 7.5, $spacer * 4, pxToRem(400));
|
|
}
|