mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Commit realizando cambios en los roles de los usuarios
This commit is contained in:
11
httpdocs/assets/css/index.html
Normal file
11
httpdocs/assets/css/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
124
httpdocs/assets/css/install.css
Normal file
124
httpdocs/assets/css/install.css
Normal file
@ -0,0 +1,124 @@
|
||||
body{
|
||||
background-color: #BCBDBD;
|
||||
color: #4e5e6a;
|
||||
font-size: 15px !important;
|
||||
transition: 5s all;
|
||||
}
|
||||
.install-box {
|
||||
max-width: 900px;
|
||||
margin: 30px auto;
|
||||
}
|
||||
.card{
|
||||
border: 0;
|
||||
}
|
||||
.card-header h2{
|
||||
margin: 20px 0;
|
||||
}
|
||||
.card-install>.card-header{
|
||||
background-color: #343957;
|
||||
color: #fff;
|
||||
border-bottom: none;
|
||||
}
|
||||
.card-footer{
|
||||
border-top: none;
|
||||
}
|
||||
.icon{
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-top: -4px;
|
||||
}
|
||||
.status-icon{
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
margin-top: -3px;
|
||||
}
|
||||
svg.feather.feather-check-circle.status-icon, .status{
|
||||
color: #6b51df;
|
||||
}
|
||||
svg.feather.feather-x-circle.status-icon{
|
||||
color: #d73b3b;
|
||||
}
|
||||
svg.status{
|
||||
margin-top: -3px;
|
||||
}
|
||||
table{
|
||||
width: 100%;
|
||||
}
|
||||
th, td{
|
||||
padding:5px 0;
|
||||
}
|
||||
.section{
|
||||
padding: 25px;
|
||||
background-color: #fff;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.tab-content{
|
||||
margin-top: 20px;
|
||||
}
|
||||
hr{
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
.tab-title{
|
||||
background: #f2f3f4;
|
||||
padding:15px;
|
||||
border-bottom: none;
|
||||
}
|
||||
.tab-title.active{
|
||||
background: #6b51df;
|
||||
color: #fff;
|
||||
}
|
||||
.form-group{
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.no-padding{
|
||||
padding: 0;
|
||||
}
|
||||
.btn-info{
|
||||
background-color: #6b51df;
|
||||
border: none;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
}
|
||||
.btn-info:hover,
|
||||
.btn-info:focus,
|
||||
.btn-info:active
|
||||
{
|
||||
background-color: #6b51df !important;
|
||||
border: none !important;
|
||||
}
|
||||
.btn-info[disabled]{
|
||||
background-color: #6b51df !important;
|
||||
border: none !important;
|
||||
}
|
||||
label{
|
||||
font-weight: normal;
|
||||
}
|
||||
.alert{
|
||||
border-radius: 0;
|
||||
}
|
||||
.loader{
|
||||
background: url('../../themes/focus2/images/loader2.gif') no-repeat;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
padding-left: 20px;
|
||||
line-height: 16px;
|
||||
}
|
||||
.go-to-login-page,
|
||||
.go-to-login-page:active,
|
||||
.go-to-login-page:focus{
|
||||
color: #6b51df;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.go-to-login-page:hover{
|
||||
color: #6b51df;
|
||||
text-decoration: none;
|
||||
}
|
||||
.hide {
|
||||
display: none!important;
|
||||
}
|
||||
.mr10{
|
||||
margin-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user