Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
A
Aqbits Trace Code
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mai Thanh Cong
Aqbits Trace Code
Commits
5d97e618
Commit
5d97e618
authored
Jun 30, 2021
by
Vinh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ui
parent
5103e270
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
122 additions
and
501 deletions
+122
-501
src/assets/css/argon-design-system-react.css
src/assets/css/argon-design-system-react.css
+3
-1
src/components/Navbars/DemoNavbar.js
src/components/Navbars/DemoNavbar.js
+0
-15
src/views/examples/Landing.js
src/views/examples/Landing.js
+119
-485
No files found.
src/assets/css/argon-design-system-react.css
View file @
5d97e618
...
@@ -3572,7 +3572,9 @@ input[type="button"].btn-block {
...
@@ -3572,7 +3572,9 @@ input[type="button"].btn-block {
.card-img-top {
.card-img-top {
width: 100%;
width: 100%;
border-top-left-radius: calc(0.25rem - 0.0625rem);
border-top-left-radius: calc(0.25rem - 0.0625rem);
border-top-right-radius: calc(0.25rem - 0.0625rem); }
border-top-right-radius: calc(0.25rem - 0.0625rem);
border-radius: 5%;
}
.card-img-bottom {
.card-img-bottom {
width: 100%;
width: 100%;
...
...
src/components/Navbars/DemoNavbar.js
View file @
5d97e618
...
@@ -257,21 +257,6 @@ class DemoNavbar extends React.Component {
...
@@ -257,21 +257,6 @@ class DemoNavbar extends React.Component {
Star
us
on
Github
Star
us
on
Github
<
/UncontrolledTooltip
>
<
/UncontrolledTooltip
>
<
/NavItem
>
<
/NavItem
>
<
NavItem
className
=
"
d-none d-lg-block ml-lg-4
"
>
<
Button
className
=
"
btn-neutral btn-icon
"
color
=
"
default
"
href
=
"
https://www.creative-tim.com/product/argon-design-system-react?ref=adsr-navbar
"
target
=
"
_blank
"
>
<
span
className
=
"
btn-inner--icon
"
>
<
i
className
=
"
fa fa-cloud-download mr-2
"
/>
<
/span
>
<
span
className
=
"
nav-link-inner--text ml-1
"
>
Download
<
/span
>
<
/Button
>
<
/NavItem
>
<
/Nav
>
<
/Nav
>
<
/UncontrolledCollapse
>
<
/UncontrolledCollapse
>
<
/Container
>
<
/Container
>
...
...
src/views/examples/Landing.js
View file @
5d97e618
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment