@import '../../../../css/variables'; @import '../../../../css/mixins'; .alert{ margin: 10px 0; } .toast-close{ text-align: right; } .toast-message-holder{ background-color: #ffffff; &.fixed{ position: fixed; padding: 10px; top: 0; width: 1200px; z-index: 1; } }