remove miligram
This commit is contained in:
@@ -30,7 +30,6 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bin {
|
.bin {
|
||||||
margin-top: 1rem;
|
|
||||||
border: 3px solid var(--primary-color);
|
border: 3px solid var(--primary-color);
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
background-color: var(--color);
|
background-color: var(--color);
|
||||||
@@ -73,6 +72,13 @@ input[type='reset'],
|
|||||||
input[type='submit'] {
|
input[type='submit'] {
|
||||||
background-color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
border: 0.1rem solid var(--primary-color);
|
border: 0.1rem solid var(--primary-color);
|
||||||
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0.5rem 1rem;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.button-outline,
|
.button.button-outline,
|
||||||
@@ -124,3 +130,7 @@ th:last-child {
|
|||||||
overflow-x: initial;
|
overflow-x: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sub {
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|||||||
@@ -10,11 +10,6 @@
|
|||||||
My understanding of how a feature flow
|
My understanding of how a feature flow
|
||||||
can help team prioritize."
|
can help team prioritize."
|
||||||
/>
|
/>
|
||||||
<!-- CSS Reset -->
|
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"
|
|
||||||
/>
|
|
||||||
<link rel="stylesheet" href="core.css" />
|
<link rel="stylesheet" href="core.css" />
|
||||||
<link rel="stylesheet" href="feature-flow.css" />
|
<link rel="stylesheet" href="feature-flow.css" />
|
||||||
<link rel="icon" href="people-improvement.svg" />
|
<link rel="icon" href="people-improvement.svg" />
|
||||||
|
|||||||
Reference in New Issue
Block a user