Commits on Source (32)
-
Avi Schwab authored
-
Vasyl Manachynskyi authored
-
Andrii Podanenko authored
-
Andrii Podanenko authored
[MAINTAIN-161] Make alert full height.
-
Andrii Podanenko authored
-
Andrii Podanenko authored
-
Andrii Podanenko authored
-
Andrii Podanenko authored
-
-
Yaroslav Levchenko authored
-
Yaroslav Levchenko authored
-
Yaroslav Levchenko authored
-
Yaroslav Levchenko authored
-
-
Andrii Podanenko authored
-
-
-
-
-
-
-
-
Andrey Zbukar authored
and added Contact Us Webform block to the region. Visibility set to 404 status code (requires core patch https://www.drupal.org/files/issues/2021-11-29/2245767-93.patch to be applied)
-
Andrey Zbukar authored
-
-
-
Andrey Zbukar authored
-
-
Max authored
-
Andrii Podanenko authored
-
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Gemfile.lock 9 additions, 9 deletionsGemfile.lock
- color/color.inc 34 additions, 34 deletionscolor/color.inc
- composer.json 19 additions, 0 deletionscomposer.json
- config.rb 1 addition, 1 deletionconfig.rb
- css/styles.css 49 additions, 22 deletionscss/styles.css
- css/styles.css.map 7 additions, 0 deletionscss/styles.css.map
- css/vendor/bootstrap/bootstrap.css 2 additions, 0 deletionscss/vendor/bootstrap/bootstrap.css
- css/vendor/bootstrap/bootstrap.css.map 7 additions, 0 deletionscss/vendor/bootstrap/bootstrap.css.map
- css/vendor/font-awesome/font-awesome.css 0 additions, 2199 deletionscss/vendor/font-awesome/font-awesome.css
- css/vendor/font-awesome/font-awesome.min.css 0 additions, 4 deletionscss/vendor/font-awesome/font-awesome.min.css
- openy_rose.info.yml 1 addition, 2 deletionsopeny_rose.info.yml
- openy_rose.install 13 additions, 0 deletionsopeny_rose.install
- openy_rose.libraries.yml 2 additions, 1 deletionopeny_rose.libraries.yml
- openy_rose.theme 85 additions, 48 deletionsopeny_rose.theme
- scss/base/_mixins.scss 4 additions, 0 deletionsscss/base/_mixins.scss
- scss/modules/_alerts.scss 5 additions, 2 deletionsscss/modules/_alerts.scss
- scss/modules/_event.scss 2 additions, 2 deletionsscss/modules/_event.scss
- scss/modules/_geysir.scss 1 addition, 2 deletionsscss/modules/_geysir.scss
- scss/modules/_global-search.scss 1 addition, 1 deletionscss/modules/_global-search.scss
composer.json
0 → 100644
{ | |||
"name": "drupal/openy_rose", | |||
"description": "Rose offers sprawling site menu options and high accessibility for blind or low vision users.", | |||
"type": "drupal-theme", | |||
"license": "GPL-2.0-or-later", | |||
"homepage": "https://www.drupal.org/project/openy_rose", | |||
"support": { | |||
"docs": "https://docs.openy.org", | |||
"issues": "https://www.drupal.org/project/issues/openy_rose", | |||
"source": "https://git.drupalcode.org/project/openy_rose" | |||
}, | |||
"require": { | |||
"drupal/core": ">=8", | |||
"twig/twig": "^2.7 || ^3.0" | |||
}, | |||
"suggest": { | |||
"ymcatwincities/openy-project": "It is recommended that this theme be used with the Open Y base project, otherwise you may run into missing dependency errors. See https://github.com/ymcatwincities/openy-project#installation for instructions on how to get started with Open Y." | |||
} | |||
} |
css/styles.css.map
0 → 100644
This diff is collapsed.
css/vendor/bootstrap/bootstrap.css.map
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
openy_rose.install
0 → 100644