Skip to content

Instantly share code, notes, and snippets.

View akizor's full-sized avatar
🎯
Focusing

Daniel Placinta akizor

🎯
Focusing
  • Bucharest, Romania
View GitHub Profile
@akizor
akizor / app.css
Last active August 29, 2015 14:06 — forked from runzway/app.css
.ng-modal-overlay {
position:absolute;
z-index:9999;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
opacity: 0.8;
}