Skip to content

Commit

Permalink
Mise à jour pour la version 1.0.0 du CMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-noel committed Mar 21, 2021
1 parent cb9e2fd commit ac3eced
Show file tree
Hide file tree
Showing 10 changed files with 321 additions and 1,034 deletions.
15 changes: 15 additions & 0 deletions Extend.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

namespace SoosyzeApp\Theme\Stellar;

class Extend extends \SoosyzeCore\System\ExtendTheme
{
public function boot()
{
}

public function getDir()
{
return __DIR__;
}
}
32 changes: 32 additions & 0 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,36 @@
background-color: #eee;
border-bottom: 2px solid rgba(34,36,38,.30);
margin-bottom: -2px;
}
/* Pagination. */
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
margin-bottom: 20px;
margin-top: 20px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
float: left;
font-weight: 600;
line-height: 1.42857143;
margin-left: -1px;
padding: 12px 18px;
position: relative;
text-decoration: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
background-color: #c07089;
border-color: #337ab7;
color: #fff;
cursor: default;
}
Loading

0 comments on commit ac3eced

Please sign in to comment.