1
0
mirror of https://github.com/franjsco/tick3t synced 2025-06-05 22:19:18 +02:00

refactor: move component

This commit is contained in:
Francesco Esposito
2019-11-09 17:34:09 +01:00
parent 4c9e023f4b
commit 9a223cda60
6 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ import {
} from 'reactstrap';
const style = {
borderRadius: "0px 20px 20px 0px",
borderRadius: "0px 6px 6px 0px",
backgroundImage: 'linear-gradient(to left, #0eaed3, #8346f6)',
}

View File

@@ -4,8 +4,8 @@ import {
} from 'reactstrap';
const style = {
borderRadius: 20,
backgroundImage: 'linear-gradient(to left, #0eaed3, #8346f6)'
borderRadius: 6,
backgroundImage: 'linear-gradient(to left, #0eaed3, #8346f6)',
};
const Button = (props) => {

View File

@@ -9,7 +9,7 @@ import {
import { Link } from 'react-router-dom';
const style = {
borderRadius: 10
borderRadius: 6
};
const styleCardTitle = {