Untitled
unknown
plain_text
2 years ago
4.2 kB
9
Indexable
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@300&family=Cinzel:wght@500&family=Dosis:wght@300&family=Gloria+Hallelujah&family=Inter:wght@300;400;500&family=Kanit:wght@300&family=Quicksand:wght@500&family=Roboto+Slab&display=swap');
$roboto: 'Roboto Slab', serif;
$quicksand: 'Quicksand', sans-serif;
$kanit: 'Kanit', sans-serif;
body{
height: 100vh;
overflow-x: hidden;
}
#login{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
#containerLogin{
padding: 40px;
font-family: $kanit;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: end;
color: black;
font-size: 4em;
img{
width: 80%;
}
div:nth-child(2){
display: flex;
justify-content: end;
align-items: end;
}
}
#loginCreds{
span{
font-family: $quicksand;
font-size: 4em;
color: whitesmoke;
}
height: 100vh;
background-color: #2daaff;
display: flex;
flex-direction: column;
gap: 35px;
justify-content: center;
align-items: start;
padding: 100px;
padding-left: 10px;
form{
display: flex;
flex-direction: column;
justify-content: center;
align-items: start;
gap: 10px;
input, button{
height: 40px;
width: 270px;
font-family: $roboto;
}
input{
background-color: transparent;
border: none;
outline: none;
border-bottom: 1px solid whitesmoke;
color: whitesmoke;
&::placeholder{
color: whitesmoke;
}
}
button{
background-color: #5ec5ff;
border: 0px;
color: whitesmoke;
}
}
}
.card{
padding-left: 50px;
background-color: transparent;
border: none;
}
}
#dashboard{
height: 100vh;
.col{
.row:first-child{
ul{
display: flex;
flex-direction: row;
gap: 70px;
justify-content: center;
li{
font-family: $kanit;
list-style: none;
}
}
}
.row:nth-child(2){
height: 100vh;
display: flex;
justify-content: start;
align-items: start;
}
}
form{
.id{
display: flex;
flex-direction: row;
height: 35px;
gap: 15px;
}
}
}
@media only screen and (min-width: 1024px) {
#subjects {
#title{
position: sticky;
z-index: 7;
top: 0;
}
.row {
display: flex;
justify-content: center;
align-items: center;
td:last-child {
display: flex;
flex-direction: row;
gap: 10px;
}
.card {
width: fit-content;
.card-header,
.card-footer {
position: sticky;
z-index: 2;
top: 0;
}
.card-footer {
bottom: 0;
}
.card-body {
max-height: 500px;
overflow: auto;
}
}
.col-10 {
display: flex;
justify-content: center;
align-items: center;
.card {
max-height: 500px;
overflow: auto;
}
}
}
}
}Editor is loading...
Leave a Comment