diff --git a/Customers/Customers.master b/Customers/Customers.master index 8ed250b..2a22317 100644 --- a/Customers/Customers.master +++ b/Customers/Customers.master @@ -199,6 +199,35 @@ background-color:#fff; color:#043381; } + .modal-dialog modal-dialog-scrollable{ + width:30%; + } + .modal-content{ + width:40%; + overflow-x:no-content; + } + .modal-header{ + width:40%; + } + .modal-footer{ + width:40%; + } + #exampleModalLabel{ + font-size:12px; + } + .modal-body{ + /* background-color:#043381;*/ + background-image: linear-gradient(to right, #003680 , #0055cc); + color:#fff; + width:40%; + } + #Image1{ + width:40%; + height:40%; + } + #butclose{ + transform:translateX(-50%); + } } @media (min-width: 575px) { #offcanvasWithBothOptions { @@ -240,15 +269,22 @@ background-color:#fff; max-width:250px; } - - -.dropdown-toggle::after { - display: block; - position: absolute; - top: 50%; - right: 20px; - transform: translateY(-50%); -} + .dropdown-toggle::after { + display: block; + position: absolute; + top: 50%; + right: 20px; + transform: translateY(-50%); + } + .modal-body{ + /* background-color:#043381;*/ + background-color: #fff; + color:#043381; + } + .modal-header{ + background-image: linear-gradient(to right, #003680 , #0055cc); + color:#fff; + } } #ContentPlaceHolder1{ align-self:center; @@ -260,6 +296,15 @@ .align-self-center{ background-color:#fff; } + .modal-body{ + /* background-color:#043381;*/ + background-color: #fff; + color: #043381; + } + .modal-header{ + background-image: linear-gradient(to right, #003680 , #0055cc); + color:#fff; + } @@ -416,7 +461,31 @@