You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
697 B

4 months ago
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/*
Created on : Apr 24, 2024, 10:03:53AM
Author : noemi
*/
* {
border-radius: 5px;
}
body.thumb {
transform: scale(0.4);
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
main {
min-height: 80vh;
}
[class*='container'] {
border: 1px dashed #eee;
background-clip: content-box;
}
.row [class*='col'] {
background-color: #efefef;
background-clip: content-box;
}
.nav-item {
background-color: #eeeeff;
background-clip: content-box;
}