pogodbe, updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user