Chatwoot/app/javascript/dashboard/assets/scss/_foundation-custom.scss
Pranav Raj S 16fe912fbd
[Feature] Website live chat (#187)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2019-10-29 12:50:54 +05:30

38 lines
560 B
SCSS

.button {
font-weight: $font-weight-medium;
font-family: $body-font-family;
&.round {
border-radius: 1000px;
}
&.grey-btn {
color: $color-gray;
&:hover {
color: $color-light-gray;
}
}
}
.label {
font-weight: $font-weight-bold;
}
.tooltip {
max-width: 15rem;
padding: $space-smaller $space-small;
border-radius: $space-smaller;
font-size: $font-size-mini;
}
code {
border: 0;
font-family: 'Monaco';
font-size: $font-size-mini;
&.hljs {
background: $color-background;
padding: $space-two;
}
}