Removing styles from default.css

This commit is contained in:
Belen Curcio
2017-06-26 16:01:07 -03:00
parent 5e1450ffb0
commit b00d2f569e
3 changed files with 19 additions and 33 deletions
@@ -1,4 +1,8 @@
.container {
.popover {
display: none;
background-color: white;
position: absolute;
border-radius: 3px;
padding: 15px 10px;
box-sizing: border-box;
@@ -7,7 +11,7 @@
width: 100%;
z-index: 10;
}
.container::before {
.popover::before {
content: '';
border: 10px solid transparent;
border-top-color: white;
@@ -17,7 +21,7 @@
z-index: 2;
}
.container::after{
.popover::after{
content: '';
border: 10px solid transparent;
border-top-color: rgba(153, 153, 153, 0.33);
@@ -64,3 +68,11 @@
background-color: #FF5252;
color: white;
}
.container {
z-index: 2;
}
.active {
display: block;
}