Change every file 3
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
678d8d35ad
commit
7a51b1979b
@ -1,51 +1,7 @@
|
|||||||
* {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: url('Views/IMAGES/background_uca.png');
|
background-image: url('../IMAGES/background_uca.png');
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
font-family : 'Poppins', 'Signika', sans-serif;
|
font-family : 'Poppins', 'Signika', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
|
||||||
text-align: center;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 200%;
|
|
||||||
padding: 1.5%;
|
|
||||||
color: white;
|
|
||||||
background-color: rgb(23,143,150);
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(h1) {
|
|
||||||
color: #5e5c5c;
|
|
||||||
}
|
|
||||||
|
|
||||||
#logoUCA {
|
|
||||||
position: absolute;
|
|
||||||
padding-left: 3%;
|
|
||||||
padding-top: 2%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#container {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: space-around;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-center {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hidden-content {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-continue {
|
|
||||||
border-radius: 10px;
|
|
||||||
width: 1rem;
|
|
||||||
color: red;
|
|
||||||
}
|
|
Loading…
Reference in new issue