.common-dialog { > .dialog-container { @apply w-80; > .dialog-content-container { @apply flex flex-col justify-start items-start; > .btns-container { @apply flex flex-row justify-end items-center w-full mt-4; > .btn { @apply text-sm py-1 px-3 mr-2 rounded-md hover:opacity-80 cursor-pointer; &.confirm-btn { @apply bg-red-100 border border-solid border-blue-600 text-blue-600; &.warning { @apply border-red-600 text-red-600; } } } } > .content-text{ @apply whitespace-pre-wrap; } } } }