@import 'src/styles/colors'; .box { background-color: $color-gray2; border-radius: 4px; padding: 8px 10px 8px 10px; margin-bottom: 20px; height: 48px; .information-icon { height: 33px; margin-right: 10px; float: left; } .content { font-family: "PT Sans"; font-size: 14px; font-weight: bold; letter-spacing: 0.35px; color: $color-text-default; line-height: 33px; float: left; width: calc(100% - 145px); } .edit-button { font-family: "PT Sans"; font-size: 14px; font-weight: bold; color: $primary-color-main; letter-spacing: 0.35px; height: 33px; line-height: 33px; float: right; width: 95px; mat-icon{ height: 33px; position: relative; top: -3px; } } .clear-fix { clear: both; } }