remove less usage usage, only use as source now
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
{block name="before-bootstrap-css"}{/block}
|
{block name="before-bootstrap-css"}{/block}
|
||||||
|
|
||||||
{stylesheets file='assets/less/main.less' filters='less'}
|
{stylesheets file='assets/css/styles.css'}
|
||||||
<link rel="stylesheet" href="{$asset_url}">
|
<link rel="stylesheet" href="{$asset_url}">
|
||||||
{/stylesheets}
|
{/stylesheets}
|
||||||
|
|
||||||
|
|||||||
26
templates/backOffice/default/assets/css/styles.css
Normal file
26
templates/backOffice/default/assets/css/styles.css
Normal file
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
.rounded(4px);
|
border-radius: 4px;
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
.rounded(4px);
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
&.day:hover {
|
&.day:hover {
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
float: left;
|
float: left;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
.rounded(4px);
|
border-radius: 4px;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: @gray-lighter;
|
background: @gray-lighter;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ form .info {
|
|||||||
|
|
||||||
.search-query {
|
.search-query {
|
||||||
outline: none;
|
outline: none;
|
||||||
.rounded(0px);
|
border-radius: 0;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
// Gradient is applied to its own element because overflow visible is not honored by IE when filter is present
|
// Gradient is applied to its own element because overflow visible is not honored by IE when filter is present
|
||||||
.navbar-inner {
|
.navbar-inner {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
.border-radius(0);
|
border-radius: 0;
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
width: 1170px;
|
width: 1170px;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ th.tablesorter-headerDesc {
|
|||||||
bottom: 14px;
|
bottom: 14px;
|
||||||
left: -7px;
|
left: -7px;
|
||||||
min-width: 18px;
|
min-width: 18px;
|
||||||
.rounded(4px);
|
border-radius: 4px;
|
||||||
#gradient > .vertical(rgb(243,153,34), rgb(227,83,11));
|
#gradient > .vertical(rgb(243,153,34), rgb(227,83,11));
|
||||||
box-shadow: inset 0px 0px 2px rgba(250,250,250,0.5), 0px 1px 3px rgba(0,0,0,0.2);
|
box-shadow: inset 0px 0px 2px rgba(250,250,250,0.5), 0px 1px 3px rgba(0,0,0,0.2);
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
@@ -120,7 +120,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
.rounded(0px);
|
border-radius: 0;
|
||||||
padding: 25px 0px 25px 30px;
|
padding: 25px 0px 25px 30px;
|
||||||
background: url("@{imgDir}/logo-light.png") left center no-repeat;
|
background: url("@{imgDir}/logo-light.png") left center no-repeat;
|
||||||
float: left;
|
float: left;
|
||||||
@@ -169,8 +169,8 @@
|
|||||||
margin: 0 auto 20px;
|
margin: 0 auto 20px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #e5e5e5;
|
border: 1px solid #e5e5e5;
|
||||||
.rounded(5px);
|
border-radius: 5px;
|
||||||
.box-shadow;
|
.box-shadow(none);
|
||||||
}
|
}
|
||||||
|
|
||||||
// -- General decoration of back-office boxes ---------------------------------
|
// -- General decoration of back-office boxes ---------------------------------
|
||||||
|
|||||||
33
templates/frontOffice/default/assets/css/styles.css
Normal file
33
templates/frontOffice/default/assets/css/styles.css
Normal file
File diff suppressed because one or more lines are too long
@@ -7,7 +7,7 @@
|
|||||||
.navbar-cart {
|
.navbar-cart {
|
||||||
@media (min-width: @grid-float-breakpoint) {
|
@media (min-width: @grid-float-breakpoint) {
|
||||||
.dropdown > a {
|
.dropdown > a {
|
||||||
.dropdown-toggle;
|
.js .dropdown-toggle;
|
||||||
&:after {
|
&:after {
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
|||||||
{/block}
|
{/block}
|
||||||
|
|
||||||
{* Stylesheets *}
|
{* Stylesheets *}
|
||||||
{stylesheets file='assets/less/styles.less' filters='less'}
|
{stylesheets file='assets/css/styles.css'}
|
||||||
<link rel="stylesheet" href="{$asset_url}">
|
<link rel="stylesheet" href="{$asset_url}">
|
||||||
{/stylesheets}
|
{/stylesheets}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user