Archived
1
0
Fork 0
Commit graph

83 commits

Author SHA1 Message Date
c3897730fa Remove app/assets/js/bootstrap 2022-08-05 11:23:29 +02:00
fc573d4565 app/assets/sass/views/_landingpage.scss: center steps. 2022-08-04 19:47:26 +02:00
a822f00a7f app/assets/sass/_bootstrap-config.scss: convert hsl color values to hex. 2022-08-04 19:41:28 +02:00
a83225e9c5 app/assets/sass/_bootstrap-config.scss: use default bootstrap gray colors. 2022-08-04 19:38:37 +02:00
90b8ed31ab app/assets/sass/_bootstrap-config.scss: disable reduce-motion 2022-08-04 19:27:57 +02:00
589fd89344 app/assets/sass/application.scss: include bootstrap's transition component. 2022-08-02 15:04:23 +02:00
7bb6ccb6ba app/assets/sass/base/_typography.scss: Adding code class 2022-08-02 14:52:01 +02:00
d75b54bf82 app/assets/sass/layout/_navigation.scss: usermenu dropdown should extend .dropdown-menu-end to have it aligned to the right. 2022-08-02 13:31:06 +02:00
4793190b2c app/assets/sass/layout/_navigation.scss: fix usermenu dropdown items. 2022-08-02 13:26:17 +02:00
36e6034c33 app/assets/sass/application.scss: import image component from bootstrap. 2022-08-02 13:03:14 +02:00
10956443e6 app/assets/sass/_bootstrap-config.scss: Fix form input background and label font weigth. 2022-08-02 12:51:18 +02:00
ac3e2b8d1d app/assets/sass/components/_callback-list.scss: add some top margin. 2022-08-02 12:33:06 +02:00
b50e95231c app/assets/sass/application.scss: import modal component from bootstrap. 2022-08-02 12:05:13 +02:00
9faf531577 app/assets/sass/base/_utils.scss: add clearfix class 2022-08-02 12:03:11 +02:00
5798a28516 sass: "sticky-footer" broke with BS 5.2.0, fix with flexbox. 2022-08-01 21:47:40 +02:00
860caf38b8 remove old app/assets/sass/_bootstrap-custom.scss 2022-08-01 21:45:41 +02:00
45ac2a5961 app/assets/sass/_variables.scss: Update to bootstrap 5.2.0 2022-08-01 21:45:29 +02:00
cd6eb49b5b app/assets/sass/application.scss: implement the new bootstrap 5.2.0 framework into our sass. 2022-08-01 21:44:52 +02:00
dd8b065c8e Adding app/assets/sass/_bootstrap-config.scss 2022-08-01 21:43:23 +02:00
96a80cf6e9 app/assets/sass/layout/_navigation.scss: .dropdown-menu-right does not exist. so don't extend it. 2022-08-01 21:40:54 +02:00
33e2cec8a7 app/assets/sass/layout/_navigation.scss: hack margins for menu items abit. 2022-08-01 21:40:08 +02:00
8fad84bd4b app/assets/sass/layout/_navigation.scss: "border-radius-base" is renamed to "border-radius" in bootstrap 5.2.0 2022-07-31 23:53:32 +02:00
18466d273c app/assets/sass/layout/_navigation.scss: "pull-right" is renamed to "float-end" in bootstrap 5.2.0 2022-07-31 23:51:18 +02:00
4403f5c2bb app/assets/sass/layout/_navigation.scss: use cleafix mixin instead of extend. 2022-07-31 23:50:36 +02:00
a214fe3fcf app/assets/sass/base/_typography.scss: fix underlines on links.
bootstrap 3.4.0 only had underlines for hover links while 5.2.0 has them on for all states. So enable them for a:hover again here. while we disable them in bootstrap.
2022-07-31 23:50:01 +02:00
260fc64102 app/assets/sass/layout/_navigation.scss: use bootstrap 5.2.0 mixin for media queries. also skip $navbar-breakpoint-min variable and just use "md" breakpoint. 2022-07-31 23:43:32 +02:00
98ed31b7f8 app/assets/sass/components/_pagination.scss: extend center-block instead of nav (only need centering anyway) 2022-07-31 23:41:07 +02:00
a971a5553a app/assets/sass/layout/_sections.scss: brand-color is named primary in bootstrap 5.2.0 2022-07-31 23:40:02 +02:00
44b7a3a7b0 app/assets/sass/components/_badge.scss: brand-color is named primary in bootstrap 5.2.0 2022-07-31 23:39:38 +02:00
10c5935620 app/assets/sass/components/_callback-list.scss: use clearfix mixin instead of extend. 2022-07-31 23:39:03 +02:00
22f49280de app/assets/sass/views/_about.scss: update to bootstrap 5.2.0 mixins. 2022-07-31 23:38:26 +02:00
1182f9439b Adding app/assets/sass/base/_utils.scss 2022-07-31 23:20:01 +02:00
676f358e3a Adding app/assets/sass/mixins/_center-block.scss 2022-07-31 23:19:19 +02:00
e432b3ab87 app/assets/sass/views/_landingpage.scss: change from grid system to flexbox. 2022-07-31 19:28:16 +02:00
6fe1d3019c app/assets/sass/layout/_footer.scss: change from grid to flexbox. 2022-07-31 19:27:53 +02:00
173bb59e07 app/assets/sass/layout/_navigation.scss: use calc() around division expressions.
see: https://sass-lang.com/d/slash-div
2022-07-31 19:05:46 +02:00
9ca1abbdd3 app/assets/sass/_variables.scss: change "text-size-large" variable name to "font-size-large" 2022-07-31 18:30:14 +02:00
fcefe72c55
app/assets/sass/views/_backend.scss: make sure we have some margin-bottom so content below are pushed down abit. 2019-12-01 23:58:41 +01:00
223d78d7d4
scss: adding views/_backend.scss 2019-12-01 15:23:26 +01:00
da4f7a6f79
Update font awesome to 5.6.3 2018-12-29 15:23:36 +01:00
fba2c1fa35 app/assets/sass/components/_request-list.scss: rewritten to extend card component 2018-09-05 17:45:38 +00:00
1e77c2650d adding app/assets/sass/components/_card.scss 2018-09-05 17:45:38 +00:00
161d5a1353 app/assets/sass/components/_list-group.scss: instead of having borders for each item (and remove buttom for last child). Set all 4 borders for .list-group and then set buttom border for all items (except last) 2018-09-05 17:45:38 +00:00
56a80ef350 scss: adding list-group component. 2018-09-05 17:45:38 +00:00
124eb1ef16 rename app/assets/sass/components/_request-item.scss to _request-list.scss 2018-09-05 17:45:38 +00:00
7490c86f7f remove old application less source. 2018-08-29 08:37:03 +00:00
fec6b6caa5 Converting application less to sass. 2018-08-29 08:37:03 +00:00
ee000f4fc4
less: remove ionicons 2018-08-21 08:15:37 +02:00
bfa71745e0
adding app/assets/less/components/spacer.less 2018-08-14 21:43:04 +02:00
808afbac17
adding app/assets/less/views/register.less 2018-08-14 21:43:04 +02:00