Action menu updates, ionicons minimal

This commit is contained in:
Mo Bitar
2018-01-19 12:22:17 -06:00
parent 59fb649bd4
commit 5be2402f65
25 changed files with 185 additions and 5642 deletions

View File

@@ -21,12 +21,6 @@
z-index: 1000;
margin-top: 15px;
background-color: white;
.close-button {
&:hover {
text-decoration: none;
}
}
}
}
@@ -43,58 +37,8 @@ a.disabled {
pointer-events: none;
}
.icon.ion-locked {
margin-left: 5px;
border-left: 1px solid gray;
padding-left: 8px;
}
/* Global Ext Menu */
.ext-section {
min-height: 50px;
h1 {
margin: 0;
padding: 0;
padding-top: 5px;
}
&.opened {
h1 {
padding-top: 0px;
// padding-bottom: 6px;
}
}
}
.room-iframe {
width: 100%;
height: 100%;
}
// .spinner {
// height: 10px;
// width: 10px;
// animation: rotate 0.8s infinite linear;
// border: 1px solid #515263;
// border-right-color: transparent;
// border-radius: 50%;
//
// &.tinted {
// border: 1px solid $blue-color;
// border-right-color: transparent;
// }
// }
//
// @keyframes rotate {
// 0% { transform: rotate(0deg); }
// 100% { transform: rotate(360deg); }
// }