mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 03:27:52 +00:00
Feature: Widget design update (#426)
This commit is contained in:
committed by
Pranav Raj S
parent
cc180b77ce
commit
f7f7a6b9c7
@@ -41,15 +41,15 @@ export default {
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import '~widget/assets/scss/variables.scss';
|
||||
@import '~widget/assets/scss/mixins.scss';
|
||||
|
||||
.header-expanded {
|
||||
background: $color-white;
|
||||
padding: $space-larger $space-medium $space-large;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
border-radius: 1.6rem;
|
||||
box-shadow: 0 10px 15px -16px rgba(0, 0, 0, 0.1),
|
||||
0 4px 6px -8px rgba(0, 0, 0, 0.05) !important;
|
||||
border-radius: $space-normal;
|
||||
@include shadow-large;
|
||||
|
||||
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
|
||||
border-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user