.vuiNotification {
  border-radius: $sizeS;
  padding: $sizeS;
  font-size: $fontSizeStandard;
  color: $colorText;
  width: 420px;
  box-shadow: $shadowLargeStart;
  background-color: $colorEmptyShade;
}
