mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-30 23:01:34 +00:00
Updated faq and dashboard
* Added box-shadow to thumbnail container in thumbs view. * Added -webkit- prefix to box-shadow in faq.html (also applied to the new one in dashboard.css for dashboard).
This commit is contained in:
parent
f4c6b01f92
commit
1aee22d6a2
@ -13,7 +13,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="libs/bulma/bulma.min.css?v=L4ZeQAC3XC">
|
||||
<link rel="stylesheet" type="text/css" href="libs/fontello/fontello.css?v=L4ZeQAC3XC">
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css?v=L4ZeQAC3XC">
|
||||
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=L4ZeQAC3XC">
|
||||
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=FAdsWVZ4uz">
|
||||
<script type="text/javascript" src="libs/sweetalert/sweetalert.min.js?v=L4ZeQAC3XC"></script>
|
||||
<script type="text/javascript" src="libs/axios/axios.min.js?v=L4ZeQAC3XC"></script>
|
||||
<script type="text/javascript" src="libs/clipboard.js/clipboard.min.js?v=L4ZeQAC3XC"></script>
|
||||
|
@ -53,6 +53,7 @@
|
||||
.message-body {
|
||||
color: #eff0f1;
|
||||
border: 0;
|
||||
-webkit-box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
|
||||
box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
|
||||
}
|
||||
</style>
|
||||
|
@ -86,6 +86,8 @@ html {
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
-webkit-box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
|
||||
box-shadow: 0 20px 60px rgba(10, 10, 10, 0.05), 0 5px 10px rgba(10, 10, 10, 0.1), 0 1px 1px rgba(10, 10, 10, 0.2);
|
||||
}
|
||||
|
||||
.image-container .title {
|
||||
|
Loading…
Reference in New Issue
Block a user