2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

stylelint the examples

This commit is contained in:
Mark Otto
2017-11-26 13:40:49 -08:00
parent 3c2f8bafac
commit ccd7742397
11 changed files with 61 additions and 67 deletions
+6 -6
View File
@@ -1,3 +1,5 @@
/* stylelint-disable property-no-vendor-prefix */
/*
* Style tweaks
* --------------------------------------------------
@@ -21,8 +23,8 @@ footer {
.row-offcanvas {
position: relative;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.row-offcanvas-right {
@@ -33,13 +35,11 @@ footer {
left: 0;
}
.row-offcanvas-right
.sidebar-offcanvas {
.row-offcanvas-right .sidebar-offcanvas {
right: -50%; /* 6 columns */
}
.row-offcanvas-left
.sidebar-offcanvas {
.row-offcanvas-left .sidebar-offcanvas {
left: -50%; /* 6 columns */
}