kgroad-frontend2/src/features/GoogleButton/GoogleButton.scss
2024-02-09 03:53:32 +06:00

19 lines
403 B
SCSS

@import "@/shared/ui/variables.scss";
.google-btn {
padding: 10px 16px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
border: 1px solid rgb(208, 213, 221);
border-radius: 8px;
box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
background: rgb(255, 255, 255);
font-size: 16px;
font-weight: 700;
line-height: 24px;
color: $gray-700;
}