Compare commits

..

No commits in common. "1e678cfd818ee53150509c7dc4fe3d4cbbf54127" and "37e50c14cc7c14da2aabf494abe5880c543a4a57" have entirely different histories.

View File

@ -150,7 +150,7 @@ $alert-color: #101010;
position: absolute;
top: 0;
left: 0;
width: 15px;
width: 5px;
height: 100%;
background-color: #000;
cursor: pointer;
@ -159,7 +159,7 @@ $alert-color: #101010;
position: absolute;
top: 0;
right: 0;
width: 15px;
width: 5px;
height: 100%;
background-color: #000;
cursor: pointer;
@ -235,7 +235,7 @@ $alert-color: #101010;
.modal-foot{
display: block;
width: 100%;
padding: 15px 0;
padding: 5px 0;
background-color: #000;
cursor: pointer;
}