Browse Source

Merge branch 'dev' of https://github.com/volosoft/abp into dev

pull/2695/head
Yunus Emre Kalkan 7 years ago
parent
commit
bae468461b
  1. 3
      npm/ng-packs/packages/theme-shared/src/lib/components/confirmation/confirmation.component.scss

3
npm/ng-packs/packages/theme-shared/src/lib/components/confirmation/confirmation.component.scss

@ -24,6 +24,9 @@
width: 450px;
min-height: 300px;
z-index: 1062 !important;
@media screen and (max-width: 500px) {
width: 90vw;
}
.icon-container {
display: flex;
align-items: center;

Loading…
Cancel
Save