1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions

This commit is contained in:
Eldad Fux 2020-07-30 21:08:49 +03:00
commit 7fe31a8845
6 changed files with 25 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -64,6 +64,9 @@
// Overwrite button directions // Overwrite button directions
.icon-left-open:before { content: '\e814'!important; } /* '' */ .icon-left-open:before { content: '\e814'!important; } /* '' */
.icon-right-open:before { content: '\e813'!important; } /* '' */ .icon-right-open:before { content: '\e813'!important; } /* '' */
.icon-right-dir:before { content: '\e84e'!important; } /* '' */
.icon-left-dir:before { content: '\e84d'!important; } /* '' */
.icon-link-ext:before { -moz-transform: scaleX(-1); /* Gecko */ .icon-link-ext:before { -moz-transform: scaleX(-1); /* Gecko */
-o-transform: scaleX(-1); /* Opera */ -o-transform: scaleX(-1); /* Opera */
-webkit-transform: scaleX(-1); /* Webkit */ -webkit-transform: scaleX(-1); /* Webkit */

View file

@ -31,7 +31,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
padding: 5px 10px; padding: 5px 10px;
border-radius: 15px; border-radius: 15px;
font-size: 10px; font-size: 10px;
.func-end(10px); right: 10px; // should be right for both ltr and rtl
opacity: 0.95; opacity: 0.95;
} }

View file

@ -677,6 +677,18 @@
"search": [ "search": [
"dev" "dev"
] ]
},
{
"uid": "fb1c799ffe5bf8fb7f8bcb647c8fe9e6",
"css": "right-dir",
"code": 59469,
"src": "fontawesome"
},
{
"uid": "9dc654095085167524602c9acc0c5570",
"css": "left-dir",
"code": 59470,
"src": "fontawesome"
} }
] ]
} }

File diff suppressed because one or more lines are too long