no font change
8c2249627bd0ec8795a6b65914607c3d83268378
1 files changed
WebFormBuilder/wwwroot/styles.css
diff --git a/WebFormBuilder/wwwroot/styles.css b/WebFormBuilder/wwwroot/styles.css
index 4a9e826..1ab5e46 100644
--- a/WebFormBuilder/wwwroot/styles.css
+++ b/WebFormBuilder/wwwroot/styles.css
@@ -248,26 +248,26 @@ body
background: #f0f0f0;
}
-.euro-wrapper
-{
- display: inline-block !important;
- white-space: nowrap;
- position: relative;
- left: -0.6rem;
-}
-
- .euro-wrapper::before
+ .form-container .euro-wrapper
{
- content: "\20AC";
- font-weight: bold;
- color: #555;
+ display: inline-block !important;
+ white-space: nowrap;
position: relative;
- left: 1.5rem;
+ left: -0.6rem;
}
- .euro-wrapper input
- {
- font-family: Courier New, Courier, monospace;
- text-align: right;
- }
+ .form-container .euro-wrapper::before
+ {
+ content: "\20AC";
+ font-weight: bold;
+ color: #555;
+ position: relative;
+ left: 1.5rem;
+ }
+
+ .form-container .euro-wrapper input
+ {
+ afont-family: Courier New, Courier, monospace;
+ text-align: right;
+ }