REJack
12ad550a4a
fix(stylelint): config extend broken & fontawesome class lint error
2022-06-28 23:11:35 +02:00
REJack
0c983d5623
fix/remove-division ( #4204 )
...
* Fix Using / for division is deprecated (#4123 )
* Fix Using / for division is deprecated
* replace divide function by multiplication
* attempt to fix tests
* fix: remove leading zero
* fix: Undefined operation "times"
Co-authored-by: Vincent Garnier <forxer@gmail.com>
2022-01-18 19:47:31 +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
52ff423787
fix invisible nav items if there is a second nav in content
2021-07-29 19:33:58 +02:00
Daniel
8209a2fb5e
feat: light mode only alt css
...
To reduce file size
2021-04-13 17:54:31 +05:30
REJack
22e087afcf
fixed nav tabs border inside card header
2021-03-20 21:35:27 +01:00
Daniel
31e665add1
upgrade dark mode
2021-03-10 23:07:01 +05:30
REJack
20079d7985
fix card-widget docs demo & fix css for maximized card
2021-03-04 07:48:16 +01:00
REJack
88b30801f3
fix new eslint errors since v7.10.0 ( #3064 )
2020-09-28 08:25:39 +02:00
REJack
37a83c86fa
small dark-mode fixes
2020-09-24 10:57:27 +02:00
REJack
08151496fc
add dark-mode in some components
2020-09-23 16:08:15 +02:00
REJack
06b7deef80
fix tooltip in maximized card
2020-09-21 10:20:07 +02:00
REJack
949f91985f
add support for fontawesome svg icons ( #2920 )
...
* add support for fontawesome svg icons
* bump bundlewatch sizes
2020-07-24 17:59:40 +02:00
REJack
bafc8e67b8
fix maximized-card card-body overflow ( #2915 )
2020-07-23 22:18:44 +02:00
REJack
aac8ca32df
add font awesome light & duotone icons support ( #2911 )
...
* add font awesome light & duotone icons support
* fix lint error
2020-07-22 16:50:44 +02:00
XhmikosR
bce97813d6
Be explicit with the background color property ( #2834 )
2020-06-13 12:22:58 +02:00
XhmikosR
1451820057
Remove glyphicon leftovers. ( #2753 )
2020-06-01 14:07:35 +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
ed6ae4dbb2
replaced fake spaces with real spaces
2020-04-01 13:49:55 +02:00
REJack
ff41f98ea5
enhanced CardWidget & card style with nav-tabs
2020-01-28 11:25:39 +01:00
REJack
a4d297de9d
fixed card-outline header border inside card-tabs
2020-01-16 15:17:34 +01:00
frenchykiller
8da329441e
Fixed double border on cards with nav tabs ( #2477 )
2020-01-14 14:51:55 +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
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
REJack
c2d3d8595c
fixed margin of input-group, nav & pagination inside card-tools
2019-10-03 13:57:39 +02:00
REJack
c78169c3f7
overhauled a bit the card header with nav tabs style
2019-09-21 09:58:03 +02:00
REJack
d8904dd346
enhanced .text-sm support via body & fixed card-text float error
2019-09-13 10:09:58 +02:00
REJack
4d0080e1c6
changed cards header
2019-08-31 10:20:46 +02:00
REJack
2658574241
fixed card header/title padding
2019-08-31 10:01:24 +02:00
REJack
937dffc03d
enhanced cards header & tools
...
- reduced title font size
- changed title & tools margins/paddings
2019-08-26 12:02:59 +02:00
REJack
9d55dee3ad
changed card-tools position absolute to float right
...
- added card-title float:left
- changed card-header & card-title padding
2019-08-08 14:52:11 +02:00
REJack
8685cde1b0
fixed border color with bg-dark
2019-08-08 14:32:33 +02:00
REJack
c089bc9796
added DirectChat & TodoList JS (+ TodoList CSS fixes)
2019-07-28 21:11:54 +02:00
REJack
6773bd1772
further scss changes
...
- changed /* comments to // (to avoid displaying in compiled css file)
- added .alert-primary
- removed _label.scss (due renamed to badge with BS4)
- reworked bg-*, bg-gradient-*, custom-switch-*, custom-range-* as mixin
- changed control-sidebar-light border color to main-header border
- renamed `.direct-chat-info` to `.direct-chat-infos` (not theme color, its a extra block inside direct-chat & updated demo files
- enhanced direct-chat with all colors
- added `.dropdown-menu-xl`
- reworked color-palette in pages/UI/general
- changed `Block Quotes Pulled Right` to `Secondary Block Quotes` in pages/UI/general
- removed `@-webkit-keyframes flipInX` due autoprefixer
- enhanced demo.js with additional colors for sidebar & renamed `Navbar border` to `No Navbar border`
2019-07-18 16:22:11 +02:00
REJack
b313b6ab1e
little scss changes
...
- reworked sidebar-dark-* & sidebar-light-* to reduce lines (~1000 lines)
- changed `border-bottom: none` to `border-bottom: 0`
- added colors to $colors array
- removed box-solid-variant mixin (unused)
- removed `skin-dark-sidebar` & `skin-light-sidebar` mixin
- added `cards-variant` & `sidebar-color` mixin
2019-07-17 23:01:00 +02:00
REJack
f6dcb64c05
enhanced SCSS style & added projects example
...
- fixed scss code style & headers
- moved pages scss to seperate folder
- added pages/_projects scss
- added pages/examples/projects demo
2019-06-28 10:02:07 +02:00
REJack
c99806c497
added overlay for small-box & info-box
...
- moved overlay code to _miscellaneous to save lines & centralize it since its not only for card
- changed code to flex center instead of position absolute
- changed icon color & modified the color for dark
- removed icon font size to use fa-lg, fa-2x, ...
- updated widgets demo
2019-06-26 15:14:53 +02:00
REJack
d852f4ba34
enhanced card & widget with expand/compress (fullscreen) and some little fixes
...
- updated Widget.js
- updated _cards.scss
- enabled gradients in _bootstrap-variables.scss
- fixed old bg-*-gradient (theme colors)
- added bg-*-gradient (colors)
- updated cards demo section in pages/widgets.html
2019-06-15 12:22:25 +02:00
REJack
9b03b865ad
updated plugins part 1
...
- updated package.json plugins (fontawesome)
- updated npm/Plugins
- removed bootstrap css files
- replaced bootstrap-wysihtml5 (it's not support BS4) with summernote
- updated bootstrap-slider to latest version & updated demo
- replaced old chartjs demos with new chartjs
- updated bootstrap-colorpicker & updated forms/advanced demo file
- removed ckeditor in order to respect licenses
- replaced bootstrap-datepicker & bootstrap-timepicker with tempusdominus-bootstrap-4
2019-06-10 17:38:54 +02:00
REJack
ce032ed76f
updated AdminLTE css
...
- fixed fontawesome icon rules in buttons, cards, sidebar & smallbox
- added calc for `.content-wrapper` min-height
- added layouts: top-nav, boxed & sidebar collapsed
- fixed mailbox attachment size
- added bg-*, navbar-*
- updated demo.js
- updated sidebar in demo files (added layout options)
- added autoprefixer to fix browser specific css changes
- added css sourcemap for adminlte.min.css
2019-05-25 15:15:32 +02:00
Abdullah Almsaeed
0ba5f1c3ad
Add demo functions
2018-04-22 20:08:03 -04:00
Abdullah Almsaeed
910f4e5186
Add control sidebar
2018-04-14 19:33:53 -04:00
Abdullah Almsaeed
c33e313723
Add ckeditor5 and fix shadow in form control
2018-04-01 13:35:02 -04:00
Abdullah Almsaeed
53a7c75964
Dev release
2018-03-17 13:07:55 -04:00