Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bootstrap_beagle
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gems
bootstrap_beagle
Commits
531b60ce
Commit
531b60ce
authored
Jul 12, 2018
by
xuchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set min width to 1440px for xl
parent
fb1810c9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
app/assets/stylesheets/app.scss
+11
-11
lib/bootstrap_beagle/version.rb
+1
-1
No files found.
app/assets/stylesheets/app.scss
View file @
531b60ce
...
...
@@ -607,9 +607,9 @@ pre code {
}
}
@media
(
min-width
:
1
20
0px
)
{
@media
(
min-width
:
1
44
0px
)
{
.container
{
max-width
:
1
14
0px
;
max-width
:
1
40
0px
;
}
}
...
...
@@ -648,8 +648,8 @@ pre code {
position
:
relative
;
width
:
100%
;
min-height
:
1px
;
padding-right
:
1
5
px
;
padding-left
:
1
5
px
;
padding-right
:
1
0
px
;
padding-left
:
1
0
px
;
}
.col
{
...
...
@@ -1254,7 +1254,7 @@ pre code {
}
}
@media
(
min-width
:
1
20
0px
)
{
@media
(
min-width
:
1
44
0px
)
{
.col-xl
{
flex-basis
:
0
;
flex-grow
:
1
;
...
...
@@ -3864,7 +3864,7 @@ tbody.collapse.show {
}
}
@media
(
min-width
:
1
20
0px
)
{
@media
(
min-width
:
1
44
0px
)
{
.navbar-expand-xl
{
flex-flow
:
row
nowrap
;
justify-content
:
flex-start
;
...
...
@@ -5954,7 +5954,7 @@ button.bg-grey:focus {
}
}
@media (min-width: 1
20
0px) {
@media (min-width: 1
44
0px) {
.d-xl-none {
display: none !important;
}
...
...
@@ -6443,7 +6443,7 @@ button.bg-grey:focus {
}
}
@media (min-width: 1
20
0px) {
@media (min-width: 1
44
0px) {
.flex-xl-row {
flex-direction: row !important;
}
...
...
@@ -6581,7 +6581,7 @@ button.bg-grey:focus {
}
}
@media (min-width: 1
20
0px) {
@media (min-width: 1
44
0px) {
.float-xl-left {
float: left !important;
}
...
...
@@ -8247,7 +8247,7 @@ button.bg-grey:focus {
}
}
@media (min-width: 1
20
0px) {
@media (min-width: 1
44
0px) {
.m-xl-0 {
margin: 0 !important;
}
...
...
@@ -8673,7 +8673,7 @@ button.bg-grey:focus {
}
}
@media (min-width: 1
20
0px) {
@media (min-width: 1
44
0px) {
.text-xl-left {
text-align: left !important;
}
...
...
lib/bootstrap_beagle/version.rb
View file @
531b60ce
module
BootstrapBeagle
VERSION
=
"0.1.7"
VERSION
=
'0.1.8'
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment