Skip to content

Commit

Permalink
add usage Road UI from cdn A3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkolodko committed Mar 28, 2024
1 parent 3cec470 commit 7346a46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
============================================================================= */
--base-background-color: #fff;
--base-color : black;
--base-font-family : "RoadUA", sans-serif;
--base-font-family : "Road UI", "RoadUA", sans-serif;
--base-font-size : 1.2em;
--base-font-weight : normal;
--base-letter-spacing : ;
Expand Down Expand Up @@ -741,13 +741,17 @@ p + ul, p + ol {
/*height: 100%;*/

transform: scale(1);
transition: transform 100ms ease-out 50ms
transition: transform 100ms ease-out 50ms;


}


.left-col img:hover{
transform: scale(1.05);
transition: transform 100ms ease-out 50ms
transition: transform 100ms ease-out 50ms;


}

.right-col{
Expand Down
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
href="//cdn.jsdelivr.net/npm/docsify@4/themes/vue.css"
/> -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/dmhendricks/bootstrap-grid-css@4.1.3/dist/css/bootstrap-grid.min.css" />
<link rel="stylesheet" href="https://agentyzmin.github.io/Road-UA-Font/fonts/road-ua.css">
<!-- <link rel="stylesheet" href="https://agentyzmin.github.io/Road-UA-Font/fonts/road-ua.css"> -->
<link rel="stylesheet" href="https://cdn.a3.kyiv.ua/RoadUI/WEB/stylesheet.css">
<link rel="stylesheet" href="css/style.css">

<!-- Favicon -->
Expand Down

0 comments on commit 7346a46

Please sign in to comment.