remove less usage usage, only use as source now
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
{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}">
|
||||
{/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;
|
||||
padding: 4px;
|
||||
margin-top: 1px;
|
||||
.rounded(4px);
|
||||
border-radius: 4px;
|
||||
&:before {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
@@ -37,7 +37,7 @@
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
.rounded(4px);
|
||||
border-radius: 4px;
|
||||
}
|
||||
td {
|
||||
&.day:hover {
|
||||
@@ -65,7 +65,7 @@
|
||||
float: left;
|
||||
margin: 2px;
|
||||
cursor: pointer;
|
||||
.rounded(4px);
|
||||
border-radius: 4px;
|
||||
&:hover {
|
||||
background: @gray-lighter;
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ form .info {
|
||||
|
||||
.search-query {
|
||||
outline: none;
|
||||
.rounded(0px);
|
||||
border-radius: 0;
|
||||
|
||||
&:focus {
|
||||
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
|
||||
.navbar-inner {
|
||||
border-top: none;
|
||||
.border-radius(0);
|
||||
border-radius: 0;
|
||||
|
||||
.container{
|
||||
width: 1170px;
|
||||
|
||||
@@ -35,7 +35,7 @@ th.tablesorter-headerDesc {
|
||||
bottom: 14px;
|
||||
left: -7px;
|
||||
min-width: 18px;
|
||||
.rounded(4px);
|
||||
border-radius: 4px;
|
||||
#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);
|
||||
color: white;
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
.rounded(0px);
|
||||
border-radius: 0;
|
||||
padding: 25px 0px 25px 30px;
|
||||
background: url("@{imgDir}/logo-light.png") left center no-repeat;
|
||||
float: left;
|
||||
@@ -169,8 +169,8 @@
|
||||
margin: 0 auto 20px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #e5e5e5;
|
||||
.rounded(5px);
|
||||
.box-shadow;
|
||||
border-radius: 5px;
|
||||
.box-shadow(none);
|
||||
}
|
||||
|
||||
// -- 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 {
|
||||
@media (min-width: @grid-float-breakpoint) {
|
||||
.dropdown > a {
|
||||
.dropdown-toggle;
|
||||
.js .dropdown-toggle;
|
||||
&:after {
|
||||
float: none;
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
{/block}
|
||||
|
||||
{* Stylesheets *}
|
||||
{stylesheets file='assets/less/styles.less' filters='less'}
|
||||
{stylesheets file='assets/css/styles.css'}
|
||||
<link rel="stylesheet" href="{$asset_url}">
|
||||
{/stylesheets}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user