Changing UX for simpler design

This commit is contained in:
2025-04-05 16:37:53 +01:00
parent 5b9119a528
commit be5c9dc3be
358 changed files with 30915 additions and 88568 deletions

View File

@@ -1,129 +1,105 @@
/*--------------------------------
hermes-dashboard-icons Web Font - built using nucleoapp.com
nucleo-icons Web Font - built using nucleoapp.com
License - nucleoapp.com/license/
-------------------------------- */
@font-face {
font-family: 'NucleoIcons';
font-family: 'nucleo-icons';
src: url('../fonts/nucleo-icons.eot');
src: url('../fonts/nucleo-icons.eot') format('embedded-opentype'), url('../fonts/nucleo-icons.woff2') format('woff2'), url('../fonts/nucleo-icons.woff') format('woff'), url('../fonts/nucleo-icons.ttf') format('truetype'), url('../fonts/nucleo-icons.svg') format('svg');
font-weight: normal;
font-style: normal;
}
/*------------------------
base class definition
base class definition
-------------------------*/
.ni {
.nc-icon {
display: inline-block;
font: normal normal normal 14px/1 NucleoIcons;
font: normal normal normal 14px/1 'nucleo-icons';
font-size: inherit;
text-rendering: auto;
speak: none;
text-transform: none;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/*------------------------
change icon size
-------------------------*/
.ni-lg {
.nc-icon.lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
vertical-align: -16%;
}
.ni-2x {
.nc-icon.x2 {
font-size: 2em;
}
.ni-3x {
.nc-icon.x3 {
font-size: 3em;
}
.ni-4x {
font-size: 4em;
}
.ni-5x {
font-size: 5em;
}
/*----------------------------------
add a square/circle background
-----------------------------------*/
.ni.square,
.ni.circle {
.nc-icon.square,
.nc-icon.circle {
padding: 0.33333333em;
vertical-align: -16%;
background-color: #eee;
}
.ni.circle {
.nc-icon.circle {
border-radius: 50%;
}
/*------------------------
list icons
-------------------------*/
.ni-ul {
.nc-icon-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.ni-ul>li {
.nc-icon-ul > li {
position: relative;
}
.ni-ul>li>.ni {
.nc-icon-ul > li > .nc-icon {
position: absolute;
left: -1.57142857em;
top: 0.14285714em;
text-align: center;
}
.ni-ul>li>.ni.lg {
.nc-icon-ul > li > .nc-icon.lg {
top: 0;
left: -1.35714286em;
}
.ni-ul>li>.ni.circle,
.ni-ul>li>.ni.square {
.nc-icon-ul > li > .nc-icon.circle,
.nc-icon-ul > li > .nc-icon.square {
top: -0.19047619em;
left: -1.9047619em;
}
/*------------------------
spinning icons
-------------------------*/
.ni.spin {
-webkit-animation: nc-spin 2s infinite linear;
-moz-animation: nc-spin 2s infinite linear;
animation: nc-spin 2s infinite linear;
.nc-icon.spin {
-webkit-animation: nc-icon-spin 2s infinite linear;
-moz-animation: nc-icon-spin 2s infinite linear;
animation: nc-icon-spin 2s infinite linear;
}
@-webkit-keyframes nc-spin {
@-webkit-keyframes nc-icon-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes nc-spin {
@-moz-keyframes nc-icon-spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@keyframes nc-spin {
@keyframes nc-icon-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
@@ -131,7 +107,6 @@ License - nucleoapp.com/license/
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
@@ -140,11 +115,10 @@ License - nucleoapp.com/license/
transform: rotate(360deg);
}
}
/*------------------------
rotated/flipped icons
-------------------------*/
.ni.rotate-90 {
.nc-icon.rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
@@ -152,8 +126,7 @@ License - nucleoapp.com/license/
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.ni.rotate-180 {
.nc-icon.rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
@@ -161,8 +134,7 @@ License - nucleoapp.com/license/
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.ni.rotate-270 {
.nc-icon.rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
@@ -170,8 +142,7 @@ License - nucleoapp.com/license/
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.ni.flip-y {
.nc-icon.flip-y {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
@@ -179,8 +150,7 @@ License - nucleoapp.com/license/
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.ni.flip-x {
.nc-icon.flip-x {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
@@ -188,410 +158,409 @@ License - nucleoapp.com/license/
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
/*------------------------
font icons
font icons
-------------------------*/
.ni-active-40::before {
content: "\ea02";
.nc-air-baloon::before {
content: "\ea01";
}
.ni-air-baloon::before {
content: "\ea03";
.nc-album-2::before {
content: "\ea02";
}
.ni-album-2::before {
content: "\ea04";
.nc-alert-circle-i::before {
content: "\ea04";
}
.ni-align-center::before {
content: "\ea05";
.nc-align-center::before {
content: "\ea03";
}
.ni-align-left-2::before {
content: "\ea06";
.nc-align-left-2::before {
content: "\ea05";
}
.ni-ambulance::before {
content: "\ea07";
.nc-ambulance::before {
content: "\ea06";
}
.ni-app::before {
content: "\ea08";
.nc-app::before {
content: "\ea07";
}
.ni-archive-2::before {
content: "\ea09";
.nc-atom::before {
content: "\ea08";
}
.ni-atom::before {
content: "\ea0a";
.nc-badge::before {
content: "\ea09";
}
.ni-badge::before {
content: "\ea0b";
.nc-bag-16::before {
content: "\ea0a";
}
.ni-bag-17::before {
content: "\ea0c";
.nc-bank::before {
content: "\ea0b";
}
.ni-basket::before {
content: "\ea0d";
.nc-basket::before {
content: "\ea0c";
}
.ni-bell-55::before {
content: "\ea0e";
.nc-bell-55::before {
content: "\ea0d";
}
.ni-bold-down::before {
content: "\ea0f";
.nc-bold::before {
content: "\ea0e";
}
.ni-bold-left::before {
content: "\ea10";
.nc-book-bookmark::before {
content: "\ea0f";
}
.ni-bold-right::before {
content: "\ea11";
.nc-bookmark-2::before {
content: "\ea10";
}
.ni-bold-up::before {
content: "\ea12";
.nc-box-2::before {
content: "\ea11";
}
.ni-bold::before {
content: "\ea13";
.nc-box::before {
content: "\ea12";
}
.ni-book-bookmark::before {
content: "\ea14";
.nc-briefcase-24::before {
content: "\ea13";
}
.ni-books::before {
content: "\ea15";
.nc-bulb-63::before {
content: "\ea14";
}
.ni-box-2::before {
content: "\ea16";
.nc-bullet-list-67::before {
content: "\ea15";
}
.ni-briefcase-24::before {
content: "\ea17";
.nc-bus-front-12::before {
content: "\ea16";
}
.ni-building::before {
content: "\ea18";
.nc-button-pause::before {
content: "\ea17";
}
.ni-bulb-61::before {
content: "\ea19";
.nc-button-play::before {
content: "\ea18";
}
.ni-bullet-list-67::before {
content: "\ea1a";
.nc-button-power::before {
content: "\ea19";
}
.ni-bus-front-12::before {
content: "\ea1b";
.nc-calendar-60::before {
content: "\ea1a";
}
.ni-button-pause::before {
content: "\ea1c";
.nc-camera-compact::before {
content: "\ea1b";
}
.ni-button-play::before {
content: "\ea1d";
.nc-caps-small::before {
content: "\ea1c";
}
.ni-button-power::before {
content: "\ea1e";
.nc-cart-simple::before {
content: "\ea1d";
}
.ni-calendar-grid-58::before {
content: "\ea1f";
.nc-chart-bar-32::before {
content: "\ea1e";
}
.ni-camera-compact::before {
content: "\ea20";
.nc-chart-pie-36::before {
content: "\ea1f";
}
.ni-caps-small::before {
content: "\ea21";
.nc-chat-33::before {
content: "\ea20";
}
.ni-cart::before {
content: "\ea22";
.nc-check-2::before {
content: "\ea21";
}
.ni-chart-bar-32::before {
content: "\ea23";
.nc-circle-10::before {
content: "\ea22";
}
.ni-chart-pie-35::before {
content: "\ea24";
.nc-cloud-download-93::before {
content: "\ea23";
}
.ni-chat-round::before {
content: "\ea25";
.nc-cloud-upload-94::before {
content: "\ea24";
}
.ni-check-bold::before {
content: "\ea26";
.nc-compass-05::before {
content: "\ea25";
}
.ni-circle-08::before {
content: "\ea27";
.nc-controller-modern::before {
content: "\ea26";
}
.ni-cloud-download-95::before {
content: "\ea28";
.nc-credit-card::before {
content: "\ea27";
}
.ni-cloud-upload-96::before {
content: "\ea29";
.nc-delivery-fast::before {
content: "\ea28";
}
.ni-compass-04::before {
content: "\ea2a";
.nc-diamond::before {
content: "\ea29";
}
.ni-controller::before {
content: "\ea2b";
.nc-email-85::before {
content: "\ea2a";
}
.ni-credit-card::before {
content: "\ea2c";
.nc-favourite-28::before {
content: "\ea2b";
}
.ni-curved-next::before {
content: "\ea2d";
.nc-glasses-2::before {
content: "\ea2c";
}
.ni-delivery-fast::before {
content: "\ea2e";
.nc-globe-2::before {
content: "\ea2d";
}
.ni-diamond::before {
content: "\ea2f";
.nc-globe::before {
content: "\ea2e";
}
.ni-email-83::before {
content: "\ea30";
.nc-hat-3::before {
content: "\ea2f";
}
.ni-fat-add::before {
content: "\ea31";
.nc-headphones::before {
content: "\ea30";
}
.ni-fat-delete::before {
content: "\ea32";
.nc-html5::before {
content: "\ea31";
}
.ni-fat-remove::before {
content: "\ea33";
.nc-image::before {
content: "\ea32";
}
.ni-favourite-28::before {
content: "\ea34";
.nc-istanbul::before {
content: "\ea33";
}
.ni-folder-17::before {
content: "\ea35";
.nc-key-25::before {
content: "\ea34";
}
.ni-glasses-2::before {
content: "\ea36";
.nc-laptop::before {
content: "\ea35";
}
.ni-hat-3::before {
content: "\ea37";
.nc-layout-11::before {
content: "\ea36";
}
.ni-headphones::before {
content: "\ea38";
.nc-lock-circle-open::before {
content: "\ea37";
}
.ni-html5::before {
content: "\ea39";
.nc-map-big::before {
content: "\ea38";
}
.ni-istanbul::before {
content: "\ea3a";
.nc-minimal-down::before {
content: "\ea39";
}
.ni-key-25::before {
content: "\ea3b";
.nc-minimal-left::before {
content: "\ea3a";
}
.ni-laptop::before {
content: "\ea3c";
.nc-minimal-right::before {
content: "\ea3b";
}
.ni-like-2::before {
content: "\ea3d";
.nc-minimal-up::before {
content: "\ea3c";
}
.ni-lock-circle-open::before {
content: "\ea3e";
.nc-mobile::before {
content: "\ea3d";
}
.ni-map-big::before {
content: "\ea3f";
.nc-money-coins::before {
content: "\ea3e";
}
.ni-mobile-button::before {
content: "\ea40";
.nc-note-03::before {
content: "\ea3f";
}
.ni-money-coins::before {
content: "\ea41";
.nc-palette::before {
content: "\ea40";
}
.ni-note-03::before {
content: "\ea42";
.nc-paper::before {
content: "\ea41";
}
.ni-notification-70::before {
content: "\ea43";
.nc-pin-3::before {
content: "\ea42";
}
.ni-palette::before {
content: "\ea44";
.nc-planet::before {
content: "\ea43";
}
.ni-paper-diploma::before {
content: "\ea45";
.nc-refresh-69::before {
content: "\ea44";
}
.ni-pin-3::before {
content: "\ea46";
.nc-ruler-pencil::before {
content: "\ea45";
}
.ni-planet::before {
content: "\ea47";
.nc-satisfied::before {
content: "\ea46";
}
.ni-ruler-pencil::before {
content: "\ea48";
.nc-scissors::before {
content: "\ea47";
}
.ni-satisfied::before {
content: "\ea49";
.nc-send::before {
content: "\ea48";
}
.ni-scissors::before {
content: "\ea4a";
.nc-settings-gear-65::before {
content: "\ea49";
}
.ni-send::before {
content: "\ea4b";
.nc-settings::before {
content: "\ea4a";
}
.ni-settings-gear-65::before {
content: "\ea4c";
.nc-share-66::before {
content: "\ea4b";
}
.ni-settings::before {
content: "\ea4d";
.nc-shop::before {
content: "\ea4c";
}
.ni-single-02::before {
content: "\ea4e";
.nc-simple-add::before {
content: "\ea4d";
}
.ni-single-copy-04::before {
content: "\ea4f";
.nc-simple-delete::before {
content: "\ea4e";
}
.ni-sound-wave::before {
content: "\ea50";
.nc-simple-remove::before {
content: "\ea4f";
}
.ni-spaceship::before {
content: "\ea51";
.nc-single-02::before {
content: "\ea50";
}
.ni-square-pin::before {
content: "\ea52";
.nc-single-copy-04::before {
content: "\ea51";
}
.ni-support-16::before {
content: "\ea53";
.nc-sound-wave::before {
content: "\ea52";
}
.ni-tablet-button::before {
content: "\ea54";
.nc-spaceship::before {
content: "\ea53";
}
.ni-tag::before {
content: "\ea55";
.nc-sun-fog-29::before {
content: "\ea54";
}
.ni-tie-bow::before {
content: "\ea56";
.nc-support-17::before {
content: "\ea55";
}
.ni-time-alarm::before {
content: "\ea57";
.nc-tablet-2::before {
content: "\ea56";
}
.ni-trophy::before {
content: "\ea58";
.nc-tag-content::before {
content: "\ea57";
}
.ni-tv-2::before {
content: "\ea59";
.nc-tap-01::before {
content: "\ea58";
}
.ni-umbrella-13::before {
content: "\ea5a";
.nc-tie-bow::before {
content: "\ea59";
}
.ni-user-run::before {
content: "\ea5b";
.nc-tile-56::before {
content: "\ea5a";
}
.ni-vector::before {
content: "\ea5c";
.nc-time-alarm::before {
content: "\ea5b";
}
.ni-watch-time::before {
content: "\ea5d";
.nc-touch-id::before {
content: "\ea5c";
}
.ni-world::before {
content: "\ea5e";
.nc-trophy::before {
content: "\ea5d";
}
.ni-zoom-split-in::before {
content: "\ea5f";
.nc-tv-2::before {
content: "\ea5e";
}
.ni-collection::before {
content: "\ea60";
.nc-umbrella-13::before {
content: "\ea5f";
}
.ni-image::before {
content: "\ea61";
.nc-user-run::before {
content: "\ea60";
}
.ni-shop::before {
content: "\ea62";
.nc-vector::before {
content: "\ea61";
}
.ni-ungroup::before {
content: "\ea63";
.nc-watch-time::before {
content: "\ea62";
}
.ni-world-2::before {
content: "\ea64";
.nc-world-2::before {
content: "\ea63";
}
.ni-ui-04::before {
content: "\ea65";
.nc-zoom-split::before {
content: "\ea64";
}
/* all icon font classes list here */
/* all icon font classes list here */