mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Remove Boostrap Grid
Replaced with CSS Grid layout.
This commit is contained in:
parent
61c648a7ac
commit
60d2ef57bb
12 changed files with 252 additions and 308 deletions
2
gui/app/styles/core/bootstrap.scss
vendored
2
gui/app/styles/core/bootstrap.scss
vendored
|
@ -93,7 +93,7 @@ $link-hover-decoration: none;
|
|||
|
||||
// Optional
|
||||
@import "node_modules/bootstrap/scss/reboot";
|
||||
@import "node_modules/bootstrap/scss/grid";
|
||||
// @import "node_modules/bootstrap/scss/grid";
|
||||
// @import "node_modules/bootstrap/scss/buttons";
|
||||
// @import "node_modules/bootstrap/scss/button-group";
|
||||
@import "node_modules/bootstrap/scss/forms";
|
||||
|
|
|
@ -47,19 +47,10 @@
|
|||
}
|
||||
|
||||
.non-printable,
|
||||
header,
|
||||
footer,
|
||||
.tabnav-control,
|
||||
.document-toolbar,
|
||||
.document-toc,
|
||||
.tabnav-control,
|
||||
#nav-bar,
|
||||
.no-print,
|
||||
.master-sidebar-container
|
||||
.page-toolbar,
|
||||
.start-section,
|
||||
.start-button,
|
||||
#top-bar,
|
||||
#sidebar,
|
||||
#sub-nav,
|
||||
.new-section-wizard {
|
||||
float: none !important;
|
||||
display: none !important;
|
||||
|
@ -111,20 +102,7 @@
|
|||
color: #000000 !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
width: auto !important;
|
||||
min-width: 100% !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
[class*="col-"] {
|
||||
float: left !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.layout-body, .layout-content {
|
||||
.master-content {
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
display: block !important;
|
||||
|
|
|
@ -179,12 +179,15 @@
|
|||
margin: 10px 0;
|
||||
|
||||
> .group-name {
|
||||
display: inline-block;
|
||||
color: map-get($gray-shades, 800);
|
||||
font-size: 1rem;
|
||||
font-weight: 500;
|
||||
|
||||
> .group-purpose {
|
||||
color: map-get($gray-shades, 700);
|
||||
font-size: 0.9rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,21 @@
|
|||
.content-linker-modal-container {
|
||||
height: 500px;
|
||||
overflow-y: auto;
|
||||
padding: 20px;
|
||||
|
||||
> p {
|
||||
color: map-get($gray-shades, 800);
|
||||
font-size: 1.1rem;
|
||||
font-weight: 400;
|
||||
margin: 1.5rem 0 0.7rem 0;
|
||||
}
|
||||
|
||||
> .nothing {
|
||||
color: map-get($red-shades, 700);
|
||||
font-size: 1.1rem;
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.dicon {
|
||||
margin-right: 5px;
|
||||
|
|
|
@ -8,9 +8,8 @@
|
|||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 5px 15px;
|
||||
background-color: $color-white;
|
||||
color: $theme-500;
|
||||
border: 1px solid map-get($gray-shades, 300);
|
||||
background-color: map-get($gray-shades, 100);
|
||||
border: 1px solid map-get($gray-shades, 200);
|
||||
font-weight: 500;
|
||||
font-size: 1.1rem;
|
||||
text-align: center;
|
||||
|
@ -29,7 +28,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $theme-100;
|
||||
background-color: map-get($gray-shades, 200);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -47,8 +46,9 @@
|
|||
}
|
||||
|
||||
> .selected {
|
||||
background-color: $theme-100;
|
||||
font-weight: 700;
|
||||
color: map-get($yellow-shades, 700);
|
||||
background-color: map-get($yellow-shades, 100);
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue