Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use of standard material classes #37

Open
krtschmr opened this issue May 2, 2017 · 2 comments
Open

use of standard material classes #37

krtschmr opened this issue May 2, 2017 · 2 comments

Comments

@krtschmr
Copy link

krtschmr commented May 2, 2017

in example: responsive-img or img.circle

using these inside the AA templates has no effect - shouldnt they be in there by default? which material version we use in this gem?

@krtschmr
Copy link
Author

krtschmr commented May 2, 2017

this is according to the MD-CSS guides a tabbing navigation, but zero effect in my active_admin

.row
  .col.s12
    %ul.tabs
      %li.tab.col.s3
        %a{:href => "#test1"} Test 1
      %li.tab.col.s3
        %a.active{:href => "#test2"} Test 2
  #test1.col.s12 Test 1

adding the regular gem is breaking the layout

@import "materialize";
@import "active_admin/mixins";
@import "active_material";

Layout

@krtschmr
Copy link
Author

krtschmr commented May 2, 2017

first fix would be


#header{
  .tabs {
    background: initial;
    width: initial;
  }
}

so the header is displaying correct-ish. the user-logo is not working and the dropdowns are not visible, even though they have a higher z-index (can't figure why that is)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant