upload
This commit is contained in:
14
public/assets/css/bootstrap.css
vendored
14
public/assets/css/bootstrap.css
vendored
@@ -5099,6 +5099,20 @@ textarea.form-control-lg {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
.dropdown.show .gear-icon {
|
||||
animation: spin 1.2s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.list-group-horizontal {
|
||||
-webkit-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
|
||||
BIN
public/assets/images/login.jpg
Normal file
BIN
public/assets/images/login.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 188 KiB |
BIN
public/assets/images/logo3.png
Normal file
BIN
public/assets/images/logo3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
Reference in New Issue
Block a user