cordova-talsec-plugin-freerasp
Version:
Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.
78 lines (66 loc) • 1.02 kB
CSS
.listItemTitle {
font-size: 1.5rem;
font-weight: 600;
color: grey;
}
.listItem {
font-size: 1rem;
padding-bottom: 5;
color: grey;
}
.icon {
width: 2.5rem;
height: 2.5rem;
}
.centered {
align-self: center;
}
.iconBig {
margin-top: 0.2rem;
width: 3.5rem;
height: 3.5rem;
}
.malwareCard {
max-width: 100%;
flex: 1;
border-radius: 1.5rem;
background-color: rgb(218, 242, 249);
}
.malwareCardInner {
margin: 0;
padding: 0;
border-radius: 0;
outline: unset;
box-shadow: none;
}
.malwareIconTitle {
color: rgb(120, 120, 120);
width: 3rem;
height: 3rem;
}
.titleTextContainer {
display: flex;
align-items: center;
align-self: center;
height: 100%;
width: 80%;
text-overflow: ellipsis;
display: block;
overflow: hidden;
white-space: nowrap;
flex: 1;
margin: 0 0.8rem;
}
.titleText {
font-size: 1.25rem;
}
.spacer {
height: 0.5rem;
}
.buttonGroup {
margin-top: 1rem;
justify-content: space-between;
}
.controlButton {
max-width: 50%;
}