add "make watch" to auto watch less files - change patterns.less to use opacity method
This commit is contained in:
parent
26f9e8c4e8
commit
52dfbe6500
4 changed files with 29 additions and 13 deletions
|
|
@ -50,8 +50,8 @@ div.topbar {
|
|||
form {
|
||||
float: left;
|
||||
margin: 5px 0 0 0;
|
||||
opacity: 1;
|
||||
position: relative;
|
||||
.opacity(100);
|
||||
input {
|
||||
background-color: @grayLight;
|
||||
background-color: rgba(255,255,255,.3);
|
||||
|
|
@ -140,7 +140,7 @@ div.topbar {
|
|||
vertical-align: top;
|
||||
margin-top: 8px;
|
||||
margin-left: 4px;
|
||||
opacity: .5;
|
||||
.opacity(50);
|
||||
}
|
||||
}
|
||||
&.open {
|
||||
|
|
@ -276,15 +276,15 @@ div.alert-message {
|
|||
a.close {
|
||||
float: right;
|
||||
margin-top: -2px;
|
||||
opacity: .5;
|
||||
color: #fff;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
text-shadow: 0 1px 0 rgba(0,0,0,.5);
|
||||
.opacity(50);
|
||||
.border-radius(3px);
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
text-decoration: none;
|
||||
.opacity(50);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue