mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
refactored
This commit is contained in:
parent
a18ac6fa29
commit
ba1c37b520
5 changed files with 81 additions and 32 deletions
|
|
@ -13,6 +13,13 @@
|
|||
}
|
||||
*/
|
||||
/* символьный шрифт от гитхаба*/
|
||||
@font-face {
|
||||
font-family: "GeneralFoundicons";
|
||||
src: url('http://github.com/zurb/foundation-icons/blob/master/foundation_icons_general/fonts/general_foundicons.woff?raw=true') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Fontello';
|
||||
|
|
@ -71,7 +78,8 @@ body{
|
|||
width:16px;
|
||||
height:16px;
|
||||
margin-left:0.5%;
|
||||
font-family: 'Octicons Regular';
|
||||
/* font-family: 'Octicons Regular'; */
|
||||
font-family: 'GeneralFoundicons';
|
||||
font-size:16px;
|
||||
}
|
||||
.error::before{
|
||||
|
|
@ -79,7 +87,8 @@ body{
|
|||
bottom : 4px;
|
||||
color:rgb(222, 41, 41);
|
||||
cursor:default;
|
||||
content:'\f026';
|
||||
/* content:'\f026'; */
|
||||
/* content:'\f013'; */
|
||||
}
|
||||
.loading{
|
||||
position:relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue