增加已经写好的 admin 的模板
This commit is contained in:
@@ -29,8 +29,6 @@ label {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#loading {
|
||||
display: none;
|
||||
}
|
||||
@@ -40,53 +38,6 @@ label {
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.glyphicon-refresh-animate {
|
||||
-animation: spin .9s infinite linear;
|
||||
-webkit-animation: spin2 .9s infinite linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes spin2 {
|
||||
from {
|
||||
-webkit-transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: scale(1) rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: scale(1) rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.callout {
|
||||
padding: 5px;
|
||||
margin: 20px 0;
|
||||
border: 1px solid #eee;
|
||||
border-left-width: 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.callout-danger {
|
||||
border-left-color: #dd4b39;
|
||||
}
|
||||
|
||||
.callout-info {
|
||||
border-left-color: #d0e3f0;
|
||||
}
|
||||
|
||||
.callout-warning {
|
||||
border-left-color: #f1e7bc;
|
||||
}
|
||||
|
||||
.callout p {
|
||||
font-size: 16px;;
|
||||
}
|
||||
|
||||
.problem-section {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
Reference in New Issue
Block a user