remove notifications
This commit is contained in:
parent
32a97ad30b
commit
63c824b085
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Author: jesus e.
|
* Author: jesus e.
|
||||||
* Version: 1.2
|
* Version: 1.2.1
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
@ -346,6 +346,7 @@ input {
|
|||||||
.notifications i {
|
.notifications i {
|
||||||
color: #bbc3ca;
|
color: #bbc3ca;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
margin: 0rem 0.2rem;
|
||||||
}
|
}
|
||||||
.notifications span {
|
.notifications span {
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
integrity="sha512-tDXPcamuZsWWd6OsKFyH6nAqh/MjZ/5Yk88T5o+aMfygqNFPan1pLyPFAndRzmOWHKT+jSDzWpJv8krj6x1LMA==">
|
integrity="sha512-tDXPcamuZsWWd6OsKFyH6nAqh/MjZ/5Yk88T5o+aMfygqNFPan1pLyPFAndRzmOWHKT+jSDzWpJv8krj6x1LMA==">
|
||||||
<!-- Main Styling -->
|
<!-- Main Styling -->
|
||||||
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/styles.css" rel="stylesheet"
|
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/styles.css" rel="stylesheet"
|
||||||
integrity="sha512-8c6mSZa07zz441L3Y5hNMS70pfHIisnYDpbAEIt3NrH4F6DHCLJXjpBc81TQyNLa/oFEtPPtLjKGRfYT/pO3DQ==">
|
integrity="sha512-STa4HpT00EubFVacf6xdZBFAEuXjUhRaFc0JptzBGyyPRnxYpPTNbt1yXVTF+EW0HXpP3VMWu6kc+AqenQ6O6A==">
|
||||||
|
|
||||||
<!-- favicon -->
|
<!-- favicon -->
|
||||||
<link rel="icon" type="image/png" sizes="192x192" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-192x192.png">
|
<link rel="icon" type="image/png" sizes="192x192" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/favicon/favicon-192x192.png">
|
||||||
@ -70,15 +70,8 @@
|
|||||||
<div class="col-lg-5 align-self-center">
|
<div class="col-lg-5 align-self-center">
|
||||||
<form action="{{ SITEURL }}/buscar.php"><input placeholder="Type to search..." type="search" name="q" required></form>
|
<form action="{{ SITEURL }}/buscar.php"><input placeholder="Type to search..." type="search" name="q" required></form>
|
||||||
</div>
|
</div>
|
||||||
<!-- Login -->
|
|
||||||
<div class="col-lg-2 align-self-center">
|
|
||||||
<ul class="notifications">
|
|
||||||
<li><i class="soumaicon"><svg><use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/svg/master.svg#envelope"/></svg></i><span>1</span></li>
|
|
||||||
<li><i class="soumaicon"><svg><use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/svg/master.svg#bell" /></svg></i><span>3</span></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-lg-3 menu-profile">
|
<div class="col-lg-5 menu-profile">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<div class="image-profile-menu">
|
<div class="image-profile-menu">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user