45 lines
760 B
SCSS
45 lines
760 B
SCSS
@import './header', './footer', './sidebar', 'common/login', 'common/fonts', 'add-flash', 'front';
|
|
@import './global';
|
|
@import '~bootstrap/scss/bootstrap';
|
|
@import '~bootstrap/scss/bootstrap-utilities';
|
|
@import 'tom-select/dist/scss/tom-select.bootstrap5';
|
|
|
|
|
|
.special{
|
|
font-size: 50px;
|
|
}
|
|
.page-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 100%;
|
|
a:hover{
|
|
text-decoration: none;
|
|
}
|
|
&-content{
|
|
width: 100%;
|
|
margin:2rem;
|
|
}
|
|
}
|
|
|
|
label.custom-file-label{
|
|
&:after{
|
|
content: "Parcourir";
|
|
}
|
|
}
|
|
.breadcrumb{
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
&-first{
|
|
&-title{
|
|
font-size: 1.4rem;
|
|
font-weight: 600;
|
|
color: steelblue;
|
|
}
|
|
}
|
|
&-second{
|
|
ol{
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
} |