From 6372cd5e4c05fa2e0662c8bd8d700b58d9171290 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Tue, 19 Oct 2021 13:24:36 +0200 Subject: [PATCH] Popravek zvezdice za obvezno vprasanje (pomanjsana in pomaknjena v levo) --- public/css/main.css | 6 +++--- resources/sass/main/main/content.scss | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index e9023550b..119ee12bc 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -5629,10 +5629,10 @@ span.enka-custom-radio:before, } .spremenljivka span.reminder { position: absolute; - color: red; left: 0px; - margin-top: -2px; - font-size: 150%; + color: red; + font-size: 130%; + text-indent: -5px; } .spremenljivka div.naslov { /*float: left;*/ diff --git a/resources/sass/main/main/content.scss b/resources/sass/main/main/content.scss index a49ab9d38..4af64af46 100644 --- a/resources/sass/main/main/content.scss +++ b/resources/sass/main/main/content.scss @@ -42,10 +42,11 @@ span.reminder { position: absolute; - color: red; left: 0px; - margin-top: -2px; - font-size: 150%; + + color: red; + font-size: 130%; + text-indent: -5px; } div.naslov {