You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
577 B
28 lines
577 B
.popups-container
|
|
width: 100%
|
|
position: fixed
|
|
top: 0
|
|
left: 0
|
|
opacity: 0.8
|
|
.popup
|
|
width: 100%
|
|
min-height: 50px
|
|
background-color: #7a8529
|
|
border-radius: 20px
|
|
border: 1px solid #ffffff
|
|
display: flex
|
|
-ms-flex-align: center
|
|
-webkit-align-items: center
|
|
-webkit-box-align: center
|
|
align-items: center
|
|
//text-align: center
|
|
.message
|
|
color: white
|
|
width: 100%
|
|
text-align: center
|
|
&.warning
|
|
background-color: #ffc649
|
|
&.error
|
|
background-color: #ff4146
|
|
&.info
|
|
background-color: #4e58ff |