Refresh stili
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
.navbar-default .navbar-nav > .active > a:hover {
|
||||
color: #4582ec;
|
||||
color: #4582EC;
|
||||
}
|
||||
.navbar-inverse .navbar-nav > .active > a:hover {
|
||||
color: #333333;
|
||||
@@ -73,7 +73,7 @@ legend {
|
||||
color: #fff;
|
||||
}
|
||||
.pager .disabled a {
|
||||
border-color: #dddddd;
|
||||
border-color: #ddd;
|
||||
}
|
||||
.close {
|
||||
color: #fff;
|
||||
@@ -87,7 +87,7 @@ legend {
|
||||
opacity: 1;
|
||||
}
|
||||
.alert .alert-link {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.label {
|
||||
@@ -109,4 +109,4 @@ legend {
|
||||
}
|
||||
.modal .close {
|
||||
color: #333333;
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
@font-face {
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
@@ -27,18 +27,16 @@
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
/*src: local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');*/
|
||||
src: local('Raleway'), local('Raleway'), url('../fonts/Raleway_400.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
||||
|
||||
/*src: local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');*/
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Raleway';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
/*src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v9/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');*/
|
||||
src: local('Raleway Bold'), local('Raleway-Bold'), url('../fonts/Raleway_700.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
||||
|
||||
/*src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v9/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');*/
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -22,7 +22,7 @@
|
||||
<h2 class="card-title text-center">Quick Shortcut</h2>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="shortcuts">
|
||||
<div class="shortcuts mt-3">
|
||||
<asp:HyperLink runat="server" ID="hlAnagSchedeColl" class='<%# "shortcut " + checkShow(true) %>' NavigateUrl="AnagSchedeColl">
|
||||
<i class="fa fa-cubes shortcut-icon"></i> <span class="shortcut-label"><%: traduci("AnagSchedeColl") %></span>
|
||||
</asp:HyperLink>
|
||||
|
||||
@@ -14,5 +14,9 @@
|
||||
{
|
||||
"outputFile": "Content/Site.css",
|
||||
"inputFile": "Content/Site.less"
|
||||
},
|
||||
{
|
||||
"outputFile": "Content/font.css",
|
||||
"inputFile": "Content/font.less"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user