kazhnuz.css/src/scss/_drawing.scss

72 lines
1.2 KiB
SCSS
Raw Normal View History

2019-12-07 15:58:08 +01:00
/* --- 04. COMPOSANTS --- */
/*
* Les différents composants réutilisables de la page.
*
*/
2019-12-07 15:50:12 +01:00
@import 'components/buttons';
2021-07-26 09:10:01 +02:00
@import 'components/cards';
2021-07-30 09:54:33 +02:00
@import 'components/tables';
2019-12-07 15:50:12 +01:00
@import 'components/previews';
strong.btn-fake {
@include button($button_large);
@include button-fullcontrol(transparent, transparent, rgba(0,0,0,1));
}
a.article-nav-link-wrap {
@include button($button_large);
padding-left: $button_large;
padding-right: $button_large;
&:hover, &:active {
@include borders();
}
p &:last-child {
margin-bottom:0;
}
2021-07-25 14:12:29 +02:00
@include button-color($color-info);
}
2021-07-30 10:51:44 +02:00
.pigimg {
padding-bottom:1.5rem;
}
2021-07-24 16:59:42 +02:00
nav.pagination {
padding-bottom:1.5rem;
2021-07-24 16:59:42 +02:00
.nav-links {
text-align: center;
width:100%;
}
.page-numbers, .next, .prev {
@include button($button_small);
padding-left: $button_small;
padding-right: $button_small;
2021-07-25 14:12:29 +02:00
@include button-color($color-font-light);
&.current {
2021-07-25 14:12:29 +02:00
@include button-color($color-info);
}
}
}
2020-12-27 21:41:12 +01:00
.card-select {
width:100%;
}
2021-07-24 16:59:42 +02:00
.input-group {
padding-bottom:1.5rem;
input, textarea {
width:100%;
2021-07-25 14:12:29 +02:00
background-color:$color-background;
2021-07-24 16:59:42 +02:00
border-radius:0px;
border: 1px solid rgba(0,0,0,0.2);
padding:0.375rem;
}
}