inzynieria_frontend/assets/scss/_layout.scss

79 lines
1.5 KiB
SCSS
Raw Normal View History

2021-12-17 18:06:18 +01:00
button{
background-color:#f2e527 ;
height: 70px;
width: 350px;
border-radius: 8px;
color:#253340;
font-size: 30px;
font-weight: bolder;
}
div#catornot{
background-image:linear-gradient(rgba(0, 0, 0, 0.726),rgba(0, 0, 0, 0.767)),url(../../static/img/catsornot.jpg);
background-repeat: no-repeat;
color:#f2e527;
width:1400px;
height: 788px;
margin: 0 auto;
}
body{
background-color: #283643;
}
div#text{
width: 100%;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 90px;
padding-left:10px;
padding-top: 110px;
text-align: center;
}
Button#button{
margin: 1% 40.5%;
}
label.cos{
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 50px;
color: #f2e527;
width: 1050px;
height: 550px;
border: 5px dashed #f2e527;
display: inline-block;
text-align: center;
background-image:linear-gradient(rgba(0, 0, 0, 0.76),rgba(0, 0, 0, 0.80),rgba(0,0,0,0.90)),url(../../static/img/catsornot.jpg);
background-repeat: no-repeat;
margin:150px 350px 100px 450px ;
}
div#cloud{
font-size: 100px;
padding-top: 40px;
}
div#browse{
background-color: #5d653f;
height: 60px;
width: 330px;
text-align: center;
border-style: none solid solid none;
border-color: #f2e527;
border-radius: 5px;
font-size: 50px;
font-family: Georgia, 'Times New Roman', Times, serif;
color: #f2e527;
margin-left: 350px;
}
h4{
font-size: 35px;
}
label.file-input-label{
font-size: 35px;
color: #f2e527;
margin-left: 450px;
margin-bottom: -150px;
}
div#con{
padding-left: 800px;
2021-12-05 20:05:53 +01:00
}