pogodbe, updates

This commit is contained in:
Leon Noe Jovan
2021-11-26 13:50:32 +01:00
parent 37e227138a
commit b927a032f8
18 changed files with 703 additions and 213 deletions

View File

@@ -46,11 +46,15 @@ em {
transition: opacity 0.3s ease-out; }
.btn:hover {
opacity: 0.8; }
.btn:disabled {
cursor: default;
opacity: 0.5; }
.panel {
background: #F5F5F5;
padding: 40px 60px;
border-radius: 20px; }
border-radius: 20px;
max-width: 30rem; }
.panel .panel-logo {
position: absolute;
top: -60px;
@@ -80,13 +84,19 @@ em {
.alert {
position: relative;
color: #8D3D3D; }
color: #8D3D3D;
margin-bottom: 2rem; }
.alert img {
position: relative;
top: 0.25rem;
width: 1.8rem; }
.alert p {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 2rem;
left: 3rem;
top: 0;
margin: 0;