cordova-talsec-plugin-freerasp
Version:
Cordova plugin for improving app security and threat monitoring on Android and iOS mobile devices.
37 lines (31 loc) • 501 B
CSS
/* app.component.css */
ion-header,
ion-toolbar,
ion-title {
--background: #3880ff;
--color: white;
}
ion-content {
--padding: 20px;
}
.button-container {
display: flex;
justify-content: center;
padding: 1rem;
}
.control-button {
padding: 1rem;
font-size: 1rem;
text-transform: uppercase;
border-radius: 0.5rem;
text-align: center;
width: 50%;
}
.block-button {
background-color: green;
color: white;
}
.unblock-button {
background-color: darkred;
color: white;
}