Skip to content

Commit 5979113

Browse files
committed
Some tweaks for learning new actions
1 parent 3f8ed35 commit 5979113

File tree

13 files changed

+514
-70
lines changed

13 files changed

+514
-70
lines changed

.babelrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": [ [ "es2015", { "loose": true }], "react" ]
2+
"presets": [ "env", "react", "stage-1" ]
33
}

assets/svg/mysam-logo.svg

+1
Loading

dist/styles.css

+8-8
Original file line numberDiff line numberDiff line change
@@ -3016,7 +3016,6 @@ h1 {
30163016
h2 {
30173017
font-size: 2em;
30183018
color: #818181;
3019-
font-style: italic;
30203019
}
30213020
select,
30223021
textarea,
@@ -3025,14 +3024,12 @@ input {
30253024
}
30263025
select {
30273026
border: 0;
3028-
border-radius: 0;
30293027
width: 50%;
30303028
margin-bottom: 20px;
30313029
overflow: hidden;
30323030
background: transparent;
30333031
border: none;
3034-
border-bottom: 1px solid #CCCCCC;
3035-
-webkit-appearance: none;
3032+
border-radius: 0;
30363033
font-size: 1em;
30373034
}
30383035
select:focus {
@@ -3086,9 +3083,6 @@ li {
30863083
.padded {
30873084
padding: 10px;
30883085
}
3089-
.tagged {
3090-
background-color: #CCCCCC;
3091-
}
30923086
#logo {
30933087
width: 500px;
30943088
max-width: 100%;
@@ -3110,7 +3104,13 @@ li {
31103104
transform: translateY(-50%);
31113105
}
31123106
#learner span {
3113-
margin: 0 5px;
3107+
margin: 0 2px;
3108+
padding: 5px;
3109+
}
3110+
#learner .tagged {
3111+
background-color: #35344a;
3112+
color: #EFEFEF;
3113+
border-radius: 5px;
31143114
}
31153115
header {
31163116
width: 100%;

0 commit comments

Comments
 (0)