Skip to content

Commit

Permalink
Bootstrap 4 experimental CSS moved into stable WET-BOEW
Browse files Browse the repository at this point in the history
  • Loading branch information
duboisp committed Nov 13, 2019
1 parent 5c6f13a commit a8240a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 49 deletions.
10 changes: 5 additions & 5 deletions site/pages/experimental-en.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@
<th>CSS <code>.p-0</code></th>
<td>Set a padding of 0px</td>
<td>v5.1</td>
<td></td>
<td>Supported via wet-boew since v6.0</td>
</tr>
<tr>
<th>CSS <code>.mb-sm-5</code></th>
<td>Set a margin bottom of 50px for view port from small screen and up</td>
<td>v5.1</td>
<td></td>
<td>Supported via wet-boew since v6.0</td>
</tr>
<tr>
<th>CSS <code>.p-sm-3</code></th>
<td>Set a padding of 15px for view port from small screen and up</td>
<td>v5.1</td>
<td></td>
<td>Supported via wet-boew since v6.0</td>
</tr>
<tr>
<th>CSS <code>.px-sm-3</code></th>
<td>Set a left and right padding of 15px for view port from small screen and up</td>
<td>v5.1</td>
<td></td>
<td>Supported via wet-boew since v6.0</td>
</tr>
<tr>
<th>CSS <code>.bg-darker</code></th>
Expand Down Expand Up @@ -123,7 +123,7 @@
<th>CSS <code>.stretched-link</code></th>
<td>Propagates the clickable area around an hyperlink tag up to a relatively positioned parent.</td>
<td>v5.1</td>
<td></td>
<td>Supported via wet-boew since v6.0</td>
</tr>
</tbody>
</table>
Expand Down
10 changes: 5 additions & 5 deletions site/pages/experimental-fr.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@
<th>CSS <code>.p-0</code></th>
<td>Fixer un remplissage (<span lang="en">padding</span>) de 0px</td>
<td>v5.1</td>
<td></td>
<td>Supporté via wet-boew depuis v6.0</td>
</tr>
<tr>
<th>CSS <code>.mb-sm-5</code></th>
<td>Fixer la marge du bas à 50px pour la vue à partir d'un petit écran et plus</td>
<td>v5.1</td>
<td></td>
<td>Supporté via wet-boew depuis v6.0</td>
</tr>
<tr>
<th>CSS <code>.p-sm-3</code></th>
<td>Fixer les marges à 15px pour la vue à partir d'un petit écran et plus</td>
<td>v5.1</td>
<td></td>
<td>Supporté via wet-boew depuis v6.0</td>
</tr>
<tr>
<th>CSS <code>.px-sm-3</code></th>
<td>Fixer le <span lang="en">padding</span> de gauche et de droite à 15px pour la vue à partir d'un petit écran et plus</td>
<td>v5.1</td>
<td></td>
<td>Supporté via wet-boew depuis v6.0</td>
</tr>
<tr>
<th>CSS <code>.bg-darker</code></th>
Expand Down Expand Up @@ -123,7 +123,7 @@
<th>CSS <code>.stretched-link</code></th>
<td>Propage la zone cliquable d'une balise hyperlien jusqu'au premier élément parent qui est de position relative.</td>
<td>v5.1</td>
<td></td>
<td>Supporté via wet-boew depuis v6.0</td>
</tr>
</tbody>
</table>
Expand Down
22 changes: 0 additions & 22 deletions src/_experimental.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,6 @@
background-size: cover;
}

.p-0 {
padding: 0px;
}

/* ------------
* Stretched link
*
*/

.stretched-link {
&:after {
background-color: rgba(0, 0, 0, 0);
bottom: 0;
content: "";
left: 0;
pointer-events: auto;
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
}

/* ------------
* Theme color
Expand Down
17 changes: 0 additions & 17 deletions src/views/_screen-sm-min.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,3 @@
WET-BOEW
@title: Small view and over (screen only)
*/

/*
* Experimental feature
*/

.experimental {
.mb-sm-5 {
margin-bottom: 50px;
}
.p-sm-3 {
padding: 15px;
}
.px-sm-3 {
padding-left: 15px;
padding-right: 15px;
}
}

0 comments on commit a8240a7

Please sign in to comment.