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

Can a modal have a background image? #50

Open
omer72 opened this issue Sep 5, 2015 · 0 comments
Open

Can a modal have a background image? #50

omer72 opened this issue Sep 5, 2015 · 0 comments

Comments

@omer72
Copy link

omer72 commented Sep 5, 2015

I tried to put background image to the modal but it doesnt work,
any idea?

<modal ng-model="dc.show_leaderboard" class="leaderBoard">
                    <i class="close icon" ng-click="dc.close_modal()"></i>
                    <div class="header" >
                        Leader Board 123
                    </div>

</modal>
.leaderBoard{
    background: url('/assets/images/0011mainBG_SmallRobotBG_overlay1364x768.png') no-repeat !important;
    width: 200px;
    left: 90%;
    text-align: center;
    /*background: #485655 !important;*/
    color: white;
}
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