Commit Graph

45 Commits (a6a1fd3341db9c8b6f0b34b225b83e963f2e8444)

Author SHA1 Message Date
REJack 12ad550a4a fix(stylelint): config extend broken & fontawesome class lint error 2022-06-28 23:11:35 +02:00
André Teles 7748b38a6e
Add verification use of & outside of style rules (#4276) 2022-03-03 20:45:40 +01:00
REJack f88d61cbc6 fix(4186): various collapsed sidebar-mini bugs 2022-01-22 22:01:56 +01:00
kreic51 60c63ab68b
Fix card-outline-tabs in dark mode and hover (#4099)
* Fix card-outline-tabs in dark mode and hover

* removing blanks

Co-authored-by: Erick <kreic51@hotmail.com>
2022-01-12 19:21:15 +01:00
REJack 52d947384e fix(3965): bg-* get overwritten by print mode 2021-11-24 18:39:47 +01:00
REJack 52ff423787 fix invisible nav items if there is a second nav in content 2021-07-29 19:33:58 +02:00
REJack c40e59870e fix badge link with custom accent 2021-07-12 22:04:57 +02:00
Diego Smania e156784867 [Gradient Buttons]: Fix to keep font color on hover event. 2021-06-12 12:13:59 -03:00
Diego Smania 2aa1da0db3 Add some fixes 2021-05-16 12:23:38 -03:00
Diego Smania e106166fc6 [build/scss]: Fix disabled style for some buttons. 2021-05-15 16:01:08 -03:00
Daniel 4e42fffb32 fix: space in dark-mode in _accent.scss 2021-04-15 17:53:23 +05:30
Daniel 8209a2fb5e feat: light mode only alt css
To reduce file size
2021-04-13 17:54:31 +05:30
Daniel 6db2e0d4e5 Fix: sidebar scroll 2021-03-28 12:51:28 +05:30
Daniel a01ec7a1fe
Fix: visible issue in touch device (#3491) 2021-03-09 14:40:02 +01:00
REJack 2b0cd269fd fix btn-tool display bug in nested cards 2021-02-02 07:47:15 +01:00
Daniel 8046fa0360 animation added for preloader item 2021-01-28 01:17:36 +05:30
REJack d7269cf1a9
fix form-control-navbar colors 2021-01-27 20:28:47 +01:00
Daniel 151eefc778 Sidebar scroll fixed (#3304) 2021-01-16 13:26:02 +05:30
REJack d0cf068950 fixed navbar color input styles 2020-12-04 09:10:22 +01:00
REJack d905bd027f add nav-tabs link to accent override 2020-12-02 10:09:15 +01:00
Daniel fb520edac4 CSS sidebar classes to handle long text #2816 in scss
did in scsss #2816
2020-11-26 10:44:25 +05:30
REJack 88b30801f3
fix new eslint errors since v7.10.0 (#3064) 2020-09-28 08:25:39 +02:00
REJack 08151496fc add dark-mode in some components 2020-09-23 16:08:15 +02:00
REJack 89dbc4c8de add custom-control-input-outline for checkbox & radio 2020-09-23 08:46:54 +02:00
REJack fd734c977a add custom-control-input color variations 2020-09-22 15:21:52 +02:00
REJack 432be77df0
fix background-gradient-variant deprecated warning (#3040) 2020-09-21 11:03:47 +02:00
REJack 6823a175d2
Revert "fix: ignore warnings for deprecation and add TODO for removing dependency (#2852)" (#2858)
This reverts commit 2458663439.
2020-06-27 18:30:21 +02:00
Shawn Heide 2458663439
fix: ignore warnings for deprecation and add TODO for removing dependency (#2852) 2020-06-27 17:56:03 +02:00
XhmikosR bce97813d6
Be explicit with the background color property (#2834) 2020-06-13 12:22:58 +02:00
XhmikosR 3d87e3c4cb Adhere to the Stylelint rules.
Also, re-use some of the color variables while at it.
2020-06-01 14:09:56 +03:00
REJack d20dd7c13a replace transition to opacity for sidebar 2020-05-03 13:22:59 +02:00
REJack 461a483144 fix anchor color on .btn 2020-04-27 19:37:51 +02:00
REJack a53971d122 fixed accent with pagination 2020-04-01 17:01:35 +02:00
REJack 4ba150d509
fixed accent override for dropdown-item:active 2020-02-13 14:55:20 +01:00
REJack b1b5ce3cb5
fixed sidebar nav icon placing (without body.text-sm) 2020-02-12 10:09:02 +01:00
REJack 4480db7f27
fixed accent link color overrides on sidebar and btn-app 2020-02-11 10:46:00 +01:00
REJack 1ea675c50d
fixed accent color override with dropdown menus 2020-01-16 15:23:49 +01:00
REJack 72d348d34d
fixed accent focus border color on form elements 2019-12-07 11:34:02 +01:00
REJack 0b1372dd0f
fixed accent color with buttons 2019-12-04 09:34:36 +01:00
REJack a324025b67
fixed nested card header style 2019-11-28 09:58:54 +01:00
REJack 42d4b59808
fixed accent color in sidebar 2019-11-25 09:02:11 +01:00
REJack 0a0b7b5978
fixed card header background 2019-11-04 09:57:11 +01:00
REJack b7a1c871ce
fixed card default border after adding nav tabs support
- placed default card tabs style into .card-tabs
- updated demo
2019-11-02 08:59:45 +01:00
REJack e7d646cba1
some little fixes
- fixed info box icon aligning
- added .nav-legacy
- added .nav-collapse-hide-child
- fixed sidebar-light-hover-bg & sidebar-light-active-color
2019-10-30 11:59:53 +01:00
REJack 925254199e
enhanced scss structure & compiled size
- reduced filesize by ~100kb
- splited _mixins into seperate files
- replaced `@extend`'s
- added split css files (core, components, extra-components, ...)
- changed cursor style for .btn.disabled
- enhanced package.json css* scripts
2019-10-29 09:22:51 +01:00