argos/dmp-frontend/src/app/library/confirmation-dialog/confirmation-dialog.compone...

27 lines
323 B
SCSS
Raw Normal View History

2019-01-18 18:03:45 +01:00
.confirmation-dialog {
.confirmation-message {
padding-bottom: 20px;
}
2019-05-21 15:42:28 +02:00
2019-05-22 15:36:24 +02:00
.close-btn {
margin-left: auto;
cursor: pointer;
}
2019-05-21 15:42:28 +02:00
.cancel {
2019-05-22 15:36:24 +02:00
background-color: #aaaaaa;
2019-05-21 15:42:28 +02:00
color: #ffffff;
}
.confirm {
background-color: #2cba6c;
color: #ffffff;
}
.delete {
2019-05-22 15:36:24 +02:00
background-color: #ba2c2c;
2019-05-21 15:42:28 +02:00
color: #ffffff;
}
2019-01-18 18:03:45 +01:00
}