Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/style/simcard.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/style/simcard.css')
-rw-r--r--apps/system/style/simcard.css52
1 files changed, 0 insertions, 52 deletions
diff --git a/apps/system/style/simcard.css b/apps/system/style/simcard.css
deleted file mode 100644
index d583dc0..0000000
--- a/apps/system/style/simcard.css
+++ /dev/null
@@ -1,52 +0,0 @@
-#simpin-dialog {
- background: white;
- color: #000;
-}
-
-#simpin-dialog section[role="region"] {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
-}
-#simpin-dialog .container {
- padding-left: 20px;
- font-size: 1.5em;
-}
-
-#simpin-dialog .container > div {
- padding-top: 10px;
-}
-
-#errorMsg{
- padding: 1rem;
-}
-
-#simpin-dialog .error #messageHeader {
- color: red;
-}
-
-/* for simpin error message,
- * to override [role="dialog"] rules in core.css*/
-#messageBody {
- color: #000;
- white-space: normal;
-}
-
-#simpin-dialog .input-wrapper {
- position: relative;
-}
-
-#simpin-dialog .input-wrapper input {
- font-size: 2.0em;
- display: block;
-}
-
-#simpin-dialog .input-wrapper input[type="text"] {
- width: auto;
- pointer-events: none;
- position: absolute;
- top: 0;
-}
-