card-mod-style 0.14.1 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/style/jquery_ui_decko.scss +15 -0
- data/data/real.yml +60 -0
- data/locales/de.yml +2 -0
- data/locales/en.yml +2 -0
- data/set/abstract/01_css.rb +1 -1
- data/set/abstract/skin_box/box_bottom.haml +1 -4
- data/set/abstract/skin_box.rb +3 -15
- data/set/type/css.rb +14 -0
- data/set/type/local_style_folder_group.rb +2 -0
- data/set/type/local_style_manifest_group.rb +2 -0
- data/set/type/scss.rb +21 -0
- data/set/type/skin.rb +6 -0
- data/set/type_plus_right/mod/style.rb +8 -0
- data/set/type_plus_right/set/style/input.haml +2 -2
- data/set/type_plus_right/set/style.rb +12 -32
- metadata +14 -12
- data/assets/style/style_cards.scss +0 -1288
- data/db/migrate_core_cards/20200805112346_add_mod_style_assets_type.rb +0 -18
- data/set/type_plus_right/customized_bootswatch_skin/stylesheets.rb +0 -3
@@ -1,18 +0,0 @@
|
|
1
|
-
# -*- encoding : utf-8 -*-
|
2
|
-
|
3
|
-
class AddModStyleAssetsType < Cardio::Migration::Core
|
4
|
-
def up
|
5
|
-
add_cardtypes
|
6
|
-
delete_style_cards
|
7
|
-
end
|
8
|
-
|
9
|
-
def add_cardtypes
|
10
|
-
ensure_code_card name: "Mod style assets", type_id: Card::CardtypeID
|
11
|
-
ensure_code_card name: "Local style folder group", type_id: Card::CardtypeID
|
12
|
-
ensure_code_card name: "Local style manifest group", type_id: Card::CardtypeID
|
13
|
-
end
|
14
|
-
|
15
|
-
def delete_style_cards
|
16
|
-
# delete_code_card :script_decko
|
17
|
-
end
|
18
|
-
end
|