Commit 2218020c by Juan Montilla

conflictoResuelto

parents 4fb3079b 67397558
......@@ -18,16 +18,24 @@
class="bi bi-chevron-down ms-auto"></i>
</a>
<ul id="tables-nav" class="nav-content collapse " data-bs-parent="#sidebar-nav">
<li>
<a href="tables-general.html">
<i class="bi bi-circle"></i><span>General Tables</span>
</a>
</li>
<li>
<a href="tables-data.html">
<i class="bi bi-circle"></i><span>Data Tables</span>
</a>
</li>
<!--Contenido del dropdown-->
<ul class="ks-cboxtags">
<li>
<input type="checkbox" id="checkboxOne" value="Order one">
<label for="checkboxOne">News <span>200</span></label>
</li>
<li>
<input type="checkbox" id="checkboxTwo" value="Order Two">
<label for="checkboxTwo">Direct Message <span>234</span></label>
</li>
<li>
<input type="checkbox" id="checkboxThree" value="Order Two">
<label for="checkboxThree">Followers <span>1,189</span></label>
</li>
</ul>
</ul>
</li><!-- End Tables Nav -->
......
......@@ -15,7 +15,7 @@
<!-- Google Fonts -->
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Vendor CSS Files -->
<link href="<?= base_url("bootstrap/css/bootstrap.min.css") ?>" rel="stylesheet">
<link href="<?= base_url("bootstrap/bootstrap-icons/bootstrap-icons.css") ?>" rel="stylesheet">
......
......@@ -1283,3 +1283,90 @@ h6 {
.card-img-overlay {
background-color: rgba(255, 255, 255, 0.6);
}
ul.ks-cboxtags {
list-style: none;
padding: 20px; }
ul.ks-cboxtags li {
display: block; }
ul.ks-cboxtags li label {
display: inline-block;
background-color: rgba(255, 255, 255, 0.9);
border: 1px solid rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.8);
font-size: 18px;
border-radius: 4px;
white-space: nowrap;
margin: 0 0 10px 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
display: block; }
ul.ks-cboxtags li label {
padding: 10px 20px;
cursor: pointer; }
ul.ks-cboxtags li label::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-weight: 900;
font-size: 24px;
padding: 0;
margin-right: 15px;
content: "\f1db";
color: rgba(0, 0, 0, 0.2);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
position: absolute;
right: 40px;
margin-top: -5px; }
ul.ks-cboxtags li label span {
background: #f9e090;
font-size: 12px;
padding: 2px 5px;
border-radius: 30px;
color: #fff;
margin-left: 10px; }
ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
content: "\f058";
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
-webkit-transition: -webkit-transform .3s ease-in-out;
transition: -webkit-transform .3s ease-in-out;
-o-transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out;
transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
color: #fff; }
ul.ks-cboxtags li input[type="checkbox"]:checked + label {
border: 1px solid #c400c6;
background-color: #c400c6;
color: #fff;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s; }
ul.ks-cboxtags li input[type="checkbox"]:checked + label span {
background: #fff;
color: #000; }
ul.ks-cboxtags li input[type="checkbox"] {
display: absolute; }
ul.ks-cboxtags li input[type="checkbox"] {
position: absolute;
opacity: 0; }
\ No newline at end of file
__ci_last_regenerate|i:1679658117;_ci_previous_url|s:32:"http://localhost/index.php/login";
\ No newline at end of file
__ci_last_regenerate|i:1679672522;_ci_previous_url|s:32:"http://localhost/index.php/login";
\ No newline at end of file
__ci_last_regenerate|i:1679658117;_ci_previous_url|s:32:"http://localhost/index.php/login";
\ No newline at end of file
__ci_last_regenerate|i:1679672522;_ci_previous_url|s:32:"http://localhost/index.php/login";
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment