up style
This commit is contained in:
@@ -154,3 +154,40 @@ body, html {
|
|||||||
top: 2px;
|
top: 2px;
|
||||||
color: #333
|
color: #333
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// modal
|
||||||
|
|
||||||
|
.modal {
|
||||||
|
background: -webkit-radial-gradient(center, circle contain, rgba(255,255,255,0.6) 0%, rgba(0,0,0,0.6) 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-content {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-header {
|
||||||
|
background: #fff;
|
||||||
|
color: #202430;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body {
|
||||||
|
background: #F8F9F9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-footer {
|
||||||
|
|
||||||
|
border-top: 0;
|
||||||
|
background: #F8F9F9;
|
||||||
|
|
||||||
|
.btn-default {
|
||||||
|
border-radius: 0;
|
||||||
|
color: #FFF;
|
||||||
|
background: #738089;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
border-radius: 0;
|
||||||
|
background: #4A90E2;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user