Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c55d0e29 authored by Julie Thezenas's avatar Julie Thezenas
Browse files

feat: radius test

parent e05867ce
No related branches found
No related tags found
No related merge requests found
$topic-height: 70;
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.d-editor-textarea-wrapper, .select-kit-header {
@include border-radius;
}
// input[type="text"],
// input[type="password"],
// input[type="datetime"],
// input[type="datetime-local"],
// input[type="date"],
// input[type="month"],
// input[type="time"],
// input[type="week"],
// input[type="number"],
// input[type="email"],
// input[type="url"],
// input[type="search"],
// input[type="tel"],
// input[type="color"],
// .d-editor-textarea-wrapper, .select-kit-header {
// @include border-radius;
// }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.d-editor-textarea-wrapper.in-focus,
.select-kit.multi-select.is-expanded .multi-select-header,
.select-kit.single-select.is-expanded .select-kit-header:not(.btn),
.select-kit.single-select .select-kit-header:not(.btn):focus,
.select-kit.single-select .select-kit-header:not(.btn):active {
@include border-radius;
box-shadow: none;
outline: none;
}
// input[type="text"]:focus,
// input[type="password"]:focus,
// input[type="datetime"]:focus,
// input[type="datetime-local"]:focus,
// input[type="date"]:focus,
// input[type="month"]:focus,
// input[type="time"]:focus,
// input[type="week"]:focus,
// input[type="number"]:focus,
// input[type="email"]:focus,
// input[type="url"]:focus,
// input[type="search"]:focus,
// input[type="tel"]:focus,
// input[type="color"]:focus,
// .d-editor-textarea-wrapper.in-focus,
// .select-kit.multi-select.is-expanded .multi-select-header,
// .select-kit.single-select.is-expanded .select-kit-header:not(.btn),
// .select-kit.single-select .select-kit-header:not(.btn):focus,
// .select-kit.single-select .select-kit-header:not(.btn):active {
// @include border-radius;
// box-shadow: none;
// outline: none;
// }
//reprendre les bloc arrondis de Mint
// //reprendre les bloc arrondis de Mint ici
// .custom-homepage-columns {
// margin: 2em 0 2em 0;
// .col {
......@@ -78,11 +78,15 @@ input[type="color"]:focus,
// }
// }
//ici, base showcase
.custom-homepage-columns {
// Two column section with post feeds
display: flex;
margin: 2em 0 6em 0;
border-radius: 20%;
.discourse-tags {
display: none;
}
......@@ -101,6 +105,7 @@ input[type="color"]:focus,
@media screen and (max-width: 750px) {
flex-wrap: wrap;
}
//ici border radius : trouver le fichier relié à la propriété b-r
.col {
width: 50%;
@include border-radius;
......@@ -119,6 +124,7 @@ input[type="color"]:focus,
.col-2 {
margin: 0 0 2em 0 !important;
}
// ici, titre et son en-tête
}
.header-wrapper {
......@@ -142,6 +148,7 @@ input[type="color"]:focus,
// color: var(--primary);
}
}
.topic-list {
// Hides extra details in topic feeds
margin-bottom: 1em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment