Commit fd0155e2 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added 'beta-version' badge on header

parent a38c971f
Loading
Loading
Loading
Loading
+23 −0
Original line number Original line Diff line number Diff line
@@ -194,3 +194,26 @@ body {
    margin-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 20px;
}
}

.circle-wrapper {
    text-align: center;
    position: relative;
}

.circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: red;
    transform: rotate(-20deg);
    padding-top: 6px;
    border: 3px yellow solid;
    font-weight: bold;
    position: absolute;
    left: 27px;
    top: 0px;
}
 No newline at end of file
+5 −1
Original line number Original line Diff line number Diff line
@@ -17,7 +17,11 @@
                Image Credits & Copyright: Colombari/E.Recurt
                Image Credits & Copyright: Colombari/E.Recurt
            </div>
            </div>
            <div class="page-title-wrapper">
            <div class="page-title-wrapper">
                <h1 class="text-center">Remote Authentication Portal</h1>
                <h1 class="text-center">Remote Authentication Portal
                    <span class="circle-wrapper">
                        <div class="circle">beta<br/>version!</div>
                    </span>
                </h1>
            </div>
            </div>
        </header>
        </header>
        <div class="container">
        <div class="container">