mirror of
https://github.com/Cian-H/am-d-model-data-repository.git
synced 2025-12-22 14:11:56 +00:00
First commit
This commit is contained in:
11
assets/js/invenio_app_rdm/overridableRegistry/mapping.js
Normal file
11
assets/js/invenio_app_rdm/overridableRegistry/mapping.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// This file is part of InvenioRDM
|
||||
// Copyright (C) 2023 CERN.
|
||||
//
|
||||
// Invenio App RDM is free software; you can redistribute it and/or modify it
|
||||
// under the terms of the MIT License; see LICENSE file for more details.
|
||||
|
||||
/**
|
||||
* Add here all the overridden components of your app.
|
||||
*/
|
||||
|
||||
export const overriddenComponents = {}
|
||||
0
assets/less/site/globals/site.overrides
Normal file
0
assets/less/site/globals/site.overrides
Normal file
0
assets/less/site/globals/site.variables
Normal file
0
assets/less/site/globals/site.variables
Normal file
96
assets/less/theme.config
Normal file
96
assets/less/theme.config
Normal file
@@ -0,0 +1,96 @@
|
||||
/*
|
||||
|
||||
████████╗██╗ ██╗███████╗███╗ ███╗███████╗███████╗
|
||||
╚══██╔══╝██║ ██║██╔════╝████╗ ████║██╔════╝██╔════╝
|
||||
██║ ███████║█████╗ ██╔████╔██║█████╗ ███████╗
|
||||
██║ ██╔══██║██╔══╝ ██║╚██╔╝██║██╔══╝ ╚════██║
|
||||
██║ ██║ ██║███████╗██║ ╚═╝ ██║███████╗███████║
|
||||
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚══════╝╚══════╝
|
||||
|
||||
*/
|
||||
|
||||
/*******************************
|
||||
Theme Selection
|
||||
*******************************/
|
||||
|
||||
/* To override a theme for an individual element
|
||||
specify theme name below
|
||||
*/
|
||||
|
||||
/* Global */
|
||||
@site : 'rdm';
|
||||
@reset : 'default';
|
||||
|
||||
/* Elements */
|
||||
@button : 'rdm';
|
||||
@container : 'rdm';
|
||||
@divider : 'rdm';
|
||||
@flag : 'rdm';
|
||||
@header : 'rdm';
|
||||
@icon : 'default';
|
||||
@image : 'rdm';
|
||||
@input : 'rdm';
|
||||
@label : 'rdm';
|
||||
@list : 'rdm';
|
||||
@loader : 'rdm';
|
||||
@placeholder : 'rdm';
|
||||
@rail : 'rdm';
|
||||
@reveal : 'rdm';
|
||||
@segment : 'rdm';
|
||||
@step : 'rdm';
|
||||
|
||||
/* Collections */
|
||||
@breadcrumb : 'rdm';
|
||||
@form : 'rdm';
|
||||
@grid : 'rdm';
|
||||
@menu : 'rdm';
|
||||
@message : 'rdm';
|
||||
@table : 'rdm';
|
||||
|
||||
/* Modules */
|
||||
@accordion : 'rdm';
|
||||
@checkbox : 'rdm';
|
||||
@dimmer : 'rdm';
|
||||
@dropdown : 'rdm';
|
||||
@embed : 'rdm';
|
||||
@modal : 'rdm';
|
||||
@nag : 'rdm';
|
||||
@popup : 'rdm';
|
||||
@progress : 'rdm';
|
||||
@rating : 'rdm';
|
||||
@search : 'rdm';
|
||||
@shape : 'rdm';
|
||||
@sidebar : 'rdm';
|
||||
@sticky : 'rdm';
|
||||
@tab : 'rdm';
|
||||
@transition : 'default';
|
||||
|
||||
/* Views */
|
||||
@ad : 'rdm';
|
||||
@card : 'rdm';
|
||||
@comment : 'rdm';
|
||||
@feed : 'rdm';
|
||||
@item : 'rdm';
|
||||
@statistic : 'rdm';
|
||||
|
||||
/*******************************
|
||||
Folders
|
||||
*******************************/
|
||||
|
||||
/* Path to theme packages */
|
||||
@themesFolder : '~semantic-ui-less/themes';
|
||||
|
||||
/* Path to site override folder */
|
||||
@siteFolder : '../../less/site';
|
||||
@imagesFolder : '../../images';
|
||||
|
||||
|
||||
/*******************************
|
||||
Import Theme
|
||||
*******************************/
|
||||
|
||||
@import (multiple) "themes/rdm/theme.less";
|
||||
|
||||
@fontPath : "../../../themes/@{theme}/assets/fonts";
|
||||
|
||||
/* End Config */
|
||||
1
assets/templates/custom_fields/.gitkeep
Normal file
1
assets/templates/custom_fields/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
# This file exists only to add templates/ folder to git repository.
|
||||
1
assets/templates/search/.gitkeep
Normal file
1
assets/templates/search/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
# This file exists only to add templates/ folder to git repository.
|
||||
Reference in New Issue
Block a user